Shades of Geebung #C48720
Tints of Geebung #C48720
RGB
CMYK
RGB Variations
Color information
#C48720 (or 0xC48720) is known color: Geebung. HEX triplet: C4, 87 and 20. RGB value is (196,135,32). Sum of RGB (Red+Green+Blue) = 196+135+32=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C48720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48720 is #3B78DF. Grayscale: #8D8D8D. Windows color (decimal): -3897568 or 2131908. OLE color: 2131908.
HSL color Cylindrical-coordinate representation of color #C48720: hue angle of 37.68º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C48720 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 32 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.23 |
| HSL | 37.68º | 0.72% | 0.45% | - |
| HSV(B) | 37.68º | 0.84% | 0.77% | - |
| XYZ | 31.69 | 29.17 | 5.33 | - |
| YUV | 141.5 | 66.21 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 32 | 0 | 0.31 | 0.84 | 0.23 | 37.68 | 0.72 | 0.45 |
| Hex | C4 | 87 | 20 | 0 | 1F | 54 | 17 | 26 | 48 | 2D |
| Octal | 304 | 207 | 40 | 0 | 37 | 124 | 27 | 46 | 110 | 55 |
| Binary | 11000100 | 10000111 | 100000 | 0 | 11111 | 1010100 | 10111 | 100110 | 1001000 | 101101 |
Color Harmonies of #C48720
Complementary color
Monochromatic Colors of #C48720
Black with #C48720
Text Example
Text Example
White with #C48720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48720; }
p { color: rgb(196,135,32); }
H1.HeaderClassName
{
color: #C48720;
}
.AnyTagClassName
{
color: #C48720;
}
</style>
background-color css
<style>
a { background-color: #C48720; }
a { background-color: rgb(196,135,32); }
div.DivClassName
{
background-color: #C48720;
}
.BgClassName
{
background-color: #C48720;
}
</style>
border-color css
<style>
span { border-color: #C48720; }
span { border-color: rgb(196,135,32); }
td.TdClassName
{
border-color: #C48720;
}
.TagClassName
{
border-color: #C48720;
}
</style>