Shades of Geebung #C58921
Tints of Geebung #C58921
RGB
CMYK
RGB Variations
Color information
#C58921 (or 0xC58921) is known color: Geebung. HEX triplet: C5, 89 and 21. RGB value is (197,137,33). Sum of RGB (Red+Green+Blue) = 197+137+33=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C58921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58921 is #3A76DE. Grayscale: #8F8F8F. Windows color (decimal): -3831519 or 2197957. OLE color: 2197957.
HSL color Cylindrical-coordinate representation of color #C58921: hue angle of 38.05º 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 #C58921 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 33 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.23 |
| HSL | 38.05º | 0.71% | 0.45% | - |
| HSV(B) | 38.05º | 0.83% | 0.77% | - |
| XYZ | 32.25 | 29.87 | 5.51 | - |
| YUV | 143.08 | 65.88 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 33 | 0 | 0.30 | 0.83 | 0.23 | 38.05 | 0.71 | 0.45 |
| Hex | C5 | 89 | 21 | 0 | 1E | 53 | 17 | 26 | 47 | 2D |
| Octal | 305 | 211 | 41 | 0 | 36 | 123 | 27 | 46 | 107 | 55 |
| Binary | 11000101 | 10001001 | 100001 | 0 | 11110 | 1010011 | 10111 | 100110 | 1000111 | 101101 |
Color Harmonies of #C58921
Complementary color
Monochromatic Colors of #C58921
Black with #C58921
Text Example
Text Example
White with #C58921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58921; }
p { color: rgb(197,137,33); }
H1.HeaderClassName
{
color: #C58921;
}
.AnyTagClassName
{
color: #C58921;
}
</style>
background-color css
<style>
a { background-color: #C58921; }
a { background-color: rgb(197,137,33); }
div.DivClassName
{
background-color: #C58921;
}
.BgClassName
{
background-color: #C58921;
}
</style>
border-color css
<style>
span { border-color: #C58921; }
span { border-color: rgb(197,137,33); }
td.TdClassName
{
border-color: #C58921;
}
.TagClassName
{
border-color: #C58921;
}
</style>