Shades of Geebung #C58532
Tints of Geebung #C58532
RGB
CMYK
RGB Variations
Color information
#C58532 (or 0xC58532) is known color: Geebung. HEX triplet: C5, 85 and 32. RGB value is (197,133,50). Sum of RGB (Red+Green+Blue) = 197+133+50=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C58532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58532 is #3A7ACD. Grayscale: #8F8F8F. Windows color (decimal): -3832526 or 3311045. OLE color: 3311045.
HSL color Cylindrical-coordinate representation of color #C58532: hue angle of 33.88º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C58532 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 50 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.23 |
| HSL | 33.88º | 0.6% | 0.48% | - |
| HSV(B) | 33.88º | 0.75% | 0.77% | - |
| XYZ | 31.99 | 28.88 | 6.91 | - |
| YUV | 142.67 | 75.7 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 50 | 0 | 0.32 | 0.75 | 0.23 | 33.88 | 0.6 | 0.48 |
| Hex | C5 | 85 | 32 | 0 | 20 | 4B | 17 | 22 | 3C | 30 |
| Octal | 305 | 205 | 62 | 0 | 40 | 113 | 27 | 42 | 74 | 60 |
| Binary | 11000101 | 10000101 | 110010 | 0 | 100000 | 1001011 | 10111 | 100010 | 111100 | 110000 |
Color Harmonies of #C58532
Complementary color
Monochromatic Colors of #C58532
Black with #C58532
Text Example
Text Example
White with #C58532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58532; }
p { color: rgb(197,133,50); }
H1.HeaderClassName
{
color: #C58532;
}
.AnyTagClassName
{
color: #C58532;
}
</style>
background-color css
<style>
a { background-color: #C58532; }
a { background-color: rgb(197,133,50); }
div.DivClassName
{
background-color: #C58532;
}
.BgClassName
{
background-color: #C58532;
}
</style>
border-color css
<style>
span { border-color: #C58532; }
span { border-color: rgb(197,133,50); }
td.TdClassName
{
border-color: #C58532;
}
.TagClassName
{
border-color: #C58532;
}
</style>