Shades of Geebung #C4862D
Tints of Geebung #C4862D
RGB
CMYK
RGB Variations
Color information
#C4862D (or 0xC4862D) is known color: Geebung. HEX triplet: C4, 86 and 2D. RGB value is (196,134,45). Sum of RGB (Red+Green+Blue) = 196+134+45=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4862D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4862D is #3B79D2. Grayscale: #8E8E8E. Windows color (decimal): -3897811 or 2983620. OLE color: 2983620.
HSL color Cylindrical-coordinate representation of color #C4862D: hue angle of 35.36º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4862D is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 45 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.23 |
| HSL | 35.36º | 0.63% | 0.47% | - |
| HSV(B) | 35.36º | 0.77% | 0.77% | - |
| XYZ | 31.76 | 28.98 | 6.4 | - |
| YUV | 142.39 | 73.04 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 45 | 0 | 0.32 | 0.77 | 0.23 | 35.36 | 0.63 | 0.47 |
| Hex | C4 | 86 | 2D | 0 | 20 | 4D | 17 | 23 | 3F | 2F |
| Octal | 304 | 206 | 55 | 0 | 40 | 115 | 27 | 43 | 77 | 57 |
| Binary | 11000100 | 10000110 | 101101 | 0 | 100000 | 1001101 | 10111 | 100011 | 111111 | 101111 |
Color Harmonies of #C4862D
Complementary color
Monochromatic Colors of #C4862D
Black with #C4862D
Text Example
Text Example
White with #C4862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4862D; }
p { color: rgb(196,134,45); }
H1.HeaderClassName
{
color: #C4862D;
}
.AnyTagClassName
{
color: #C4862D;
}
</style>
background-color css
<style>
a { background-color: #C4862D; }
a { background-color: rgb(196,134,45); }
div.DivClassName
{
background-color: #C4862D;
}
.BgClassName
{
background-color: #C4862D;
}
</style>
border-color css
<style>
span { border-color: #C4862D; }
span { border-color: rgb(196,134,45); }
td.TdClassName
{
border-color: #C4862D;
}
.TagClassName
{
border-color: #C4862D;
}
</style>