#C0822D

Color #C0822D Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C0822D

Tints of Geebung #C0822D

Color information

#C0822D (or 0xC0822D) is unknown color: approx Geebung. HEX triplet: C0, 82 and 2D. RGB value is (192,130,45). Sum of RGB (Red+Green+Blue) = 192+130+45=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0822D is #3F7DD2. Grayscale: #8B8B8B. Windows color (decimal): -4160979 or 2982592. OLE color: 2982592.

HSL color Cylindrical-coordinate representation of color #C0822D: hue angle of 34.69º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0822D is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19213045-
CMYK00.320.770.25
HSL34.69º62.03%46.47%-
HSV(B)34.69º76.56%75.29%-
XYZ30.1927.366.17-
YUV138.8575.04165.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 45 (17.97% from 255) = 12.26%
R=52.32%
G=35.42%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921304500.320.770.2534.6962.0346.47
HexC0822D0204D19233e2e
Octal3002025504011531437656
Binary11000000100000101011010100000100110111001100011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0822D; }

 p { color: rgb(192,130,45); }

 H1.HeaderClassName
 {
   color: #C0822D;
 }
 .AnyTagClassName
 {
   color: #C0822D;
 }
</style>
background-color css

<style>
 a { background-color: #C0822D; }

 a { background-color: rgb(192,130,45); }

 div.DivClassName
 {
   background-color: #C0822D;
 }
 .BgClassName
 {
   background-color: #C0822D;
 }
</style>
border-color css

<style>
 span { border-color: #C0822D; }

 span { border-color: rgb(192,130,45); }

 td.TdClassName
 {
   border-color: #C0822D;
 }
 .TagClassName
 {
   border-color: #C0822D;
 }
</style>