Shades of Geebung #C58821
Tints of Geebung #C58821
RGB
CMYK
RGB Variations
Color information
#C58821 (or 0xC58821) is known color: Geebung. HEX triplet: C5, 88 and 21. RGB value is (197,136,33). Sum of RGB (Red+Green+Blue) = 197+136+33=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C58821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58821 is #3A77DE. Grayscale: #8E8E8E. Windows color (decimal): -3831775 or 2197701. OLE color: 2197701.
HSL color Cylindrical-coordinate representation of color #C58821: hue angle of 37.68º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C58821 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 33 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.23 |
| HSL | 37.68º | 0.71% | 0.45% | - |
| HSV(B) | 37.68º | 0.83% | 0.77% | - |
| XYZ | 32.1 | 29.59 | 5.46 | - |
| YUV | 142.5 | 66.21 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 33 | 0 | 0.31 | 0.83 | 0.23 | 37.68 | 0.71 | 0.45 |
| Hex | C5 | 88 | 21 | 0 | 1F | 53 | 17 | 26 | 47 | 2D |
| Octal | 305 | 210 | 41 | 0 | 37 | 123 | 27 | 46 | 107 | 55 |
| Binary | 11000101 | 10001000 | 100001 | 0 | 11111 | 1010011 | 10111 | 100110 | 1000111 | 101101 |
Color Harmonies of #C58821
Complementary color
Monochromatic Colors of #C58821
Black with #C58821
Text Example
Text Example
White with #C58821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58821; }
p { color: rgb(197,136,33); }
H1.HeaderClassName
{
color: #C58821;
}
.AnyTagClassName
{
color: #C58821;
}
</style>
background-color css
<style>
a { background-color: #C58821; }
a { background-color: rgb(197,136,33); }
div.DivClassName
{
background-color: #C58821;
}
.BgClassName
{
background-color: #C58821;
}
</style>
border-color css
<style>
span { border-color: #C58821; }
span { border-color: rgb(197,136,33); }
td.TdClassName
{
border-color: #C58821;
}
.TagClassName
{
border-color: #C58821;
}
</style>