Shades of Geebung #C48825
Tints of Geebung #C48825
RGB
CMYK
RGB Variations
Color information
#C48825 (or 0xC48825) is known color: Geebung. HEX triplet: C4, 88 and 25. RGB value is (196,136,37). Sum of RGB (Red+Green+Blue) = 196+136+37=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C48825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48825 is #3B77DA. Grayscale: #8F8F8F. Windows color (decimal): -3897307 or 2459844. OLE color: 2459844.
HSL color Cylindrical-coordinate representation of color #C48825: hue angle of 37.36º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C48825 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 37 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.23 |
| HSL | 37.36º | 0.68% | 0.46% | - |
| HSV(B) | 37.36º | 0.81% | 0.77% | - |
| XYZ | 31.9 | 29.48 | 5.76 | - |
| YUV | 142.65 | 68.38 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 37 | 0 | 0.31 | 0.81 | 0.23 | 37.36 | 0.68 | 0.46 |
| Hex | C4 | 88 | 25 | 0 | 1F | 51 | 17 | 25 | 44 | 2E |
| Octal | 304 | 210 | 45 | 0 | 37 | 121 | 27 | 45 | 104 | 56 |
| Binary | 11000100 | 10001000 | 100101 | 0 | 11111 | 1010001 | 10111 | 100101 | 1000100 | 101110 |
Color Harmonies of #C48825
Complementary color
Monochromatic Colors of #C48825
Black with #C48825
Text Example
Text Example
White with #C48825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48825; }
p { color: rgb(196,136,37); }
H1.HeaderClassName
{
color: #C48825;
}
.AnyTagClassName
{
color: #C48825;
}
</style>
background-color css
<style>
a { background-color: #C48825; }
a { background-color: rgb(196,136,37); }
div.DivClassName
{
background-color: #C48825;
}
.BgClassName
{
background-color: #C48825;
}
</style>
border-color css
<style>
span { border-color: #C48825; }
span { border-color: rgb(196,136,37); }
td.TdClassName
{
border-color: #C48825;
}
.TagClassName
{
border-color: #C48825;
}
</style>