Shades of Geebung #C58832
Tints of Geebung #C58832
RGB
CMYK
RGB Variations
Color information
#C58832 (or 0xC58832) is known color: Geebung. HEX triplet: C5, 88 and 32. RGB value is (197,136,50). Sum of RGB (Red+Green+Blue) = 197+136+50=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C58832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58832 is #3A77CD. Grayscale: #909090. Windows color (decimal): -3831758 or 3311813. OLE color: 3311813.
HSL color Cylindrical-coordinate representation of color #C58832: hue angle of 35.1º 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 #C58832 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 50 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.23 |
| HSL | 35.1º | 0.6% | 0.48% | - |
| HSV(B) | 35.1º | 0.75% | 0.77% | - |
| XYZ | 32.41 | 29.71 | 7.04 | - |
| YUV | 144.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 50 | 0 | 0.31 | 0.75 | 0.23 | 35.1 | 0.6 | 0.48 |
| Hex | C5 | 88 | 32 | 0 | 1F | 4B | 17 | 23 | 3C | 30 |
| Octal | 305 | 210 | 62 | 0 | 37 | 113 | 27 | 43 | 74 | 60 |
| Binary | 11000101 | 10001000 | 110010 | 0 | 11111 | 1001011 | 10111 | 100011 | 111100 | 110000 |
Color Harmonies of #C58832
Complementary color
Monochromatic Colors of #C58832
Black with #C58832
Text Example
Text Example
White with #C58832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58832; }
p { color: rgb(197,136,50); }
H1.HeaderClassName
{
color: #C58832;
}
.AnyTagClassName
{
color: #C58832;
}
</style>
background-color css
<style>
a { background-color: #C58832; }
a { background-color: rgb(197,136,50); }
div.DivClassName
{
background-color: #C58832;
}
.BgClassName
{
background-color: #C58832;
}
</style>
border-color css
<style>
span { border-color: #C58832; }
span { border-color: rgb(197,136,50); }
td.TdClassName
{
border-color: #C58832;
}
.TagClassName
{
border-color: #C58832;
}
</style>