Shades of Geebung #C58825
Tints of Geebung #C58825
RGB
CMYK
RGB Variations
Color information
#C58825 (or 0xC58825) is known color: Geebung. HEX triplet: C5, 88 and 25. RGB value is (197,136,37). Sum of RGB (Red+Green+Blue) = 197+136+37=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C58825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58825 is #3A77DA. Grayscale: #8F8F8F. Windows color (decimal): -3831771 or 2459845. OLE color: 2459845.
HSL color Cylindrical-coordinate representation of color #C58825: hue angle of 37.12º 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 #C58825 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 37 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.23 |
| HSL | 37.13º | 0.68% | 0.46% | - |
| HSV(B) | 37.13º | 0.81% | 0.77% | - |
| XYZ | 32.16 | 29.61 | 5.77 | - |
| YUV | 142.95 | 68.21 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 37 | 0 | 0.31 | 0.81 | 0.23 | 37.13 | 0.68 | 0.46 |
| Hex | C5 | 88 | 25 | 0 | 1F | 51 | 17 | 25 | 44 | 2E |
| Octal | 305 | 210 | 45 | 0 | 37 | 121 | 27 | 45 | 104 | 56 |
| Binary | 11000101 | 10001000 | 100101 | 0 | 11111 | 1010001 | 10111 | 100101 | 1000100 | 101110 |
Color Harmonies of #C58825
Complementary color
Monochromatic Colors of #C58825
Black with #C58825
Text Example
Text Example
White with #C58825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58825; }
p { color: rgb(197,136,37); }
H1.HeaderClassName
{
color: #C58825;
}
.AnyTagClassName
{
color: #C58825;
}
</style>
background-color css
<style>
a { background-color: #C58825; }
a { background-color: rgb(197,136,37); }
div.DivClassName
{
background-color: #C58825;
}
.BgClassName
{
background-color: #C58825;
}
</style>
border-color css
<style>
span { border-color: #C58825; }
span { border-color: rgb(197,136,37); }
td.TdClassName
{
border-color: #C58825;
}
.TagClassName
{
border-color: #C58825;
}
</style>