Shades of Geebung #C58431
Tints of Geebung #C58431
RGB
CMYK
RGB Variations
Color information
#C58431 (or 0xC58431) is known color: Geebung. HEX triplet: C5, 84 and 31. RGB value is (197,132,49). Sum of RGB (Red+Green+Blue) = 197+132+49=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C58431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58431 is #3A7BCE. Grayscale: #8E8E8E. Windows color (decimal): -3832783 or 3245253. OLE color: 3245253.
HSL color Cylindrical-coordinate representation of color #C58431: hue angle of 33.65º 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 #C58431 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 49 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.23 |
| HSL | 33.65º | 0.6% | 0.48% | - |
| HSV(B) | 33.65º | 0.75% | 0.77% | - |
| XYZ | 31.83 | 28.59 | 6.75 | - |
| YUV | 141.97 | 75.53 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 49 | 0 | 0.33 | 0.75 | 0.23 | 33.65 | 0.6 | 0.48 |
| Hex | C5 | 84 | 31 | 0 | 21 | 4B | 17 | 22 | 3C | 30 |
| Octal | 305 | 204 | 61 | 0 | 41 | 113 | 27 | 42 | 74 | 60 |
| Binary | 11000101 | 10000100 | 110001 | 0 | 100001 | 1001011 | 10111 | 100010 | 111100 | 110000 |
Color Harmonies of #C58431
Complementary color
Monochromatic Colors of #C58431
Black with #C58431
Text Example
Text Example
White with #C58431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58431; }
p { color: rgb(197,132,49); }
H1.HeaderClassName
{
color: #C58431;
}
.AnyTagClassName
{
color: #C58431;
}
</style>
background-color css
<style>
a { background-color: #C58431; }
a { background-color: rgb(197,132,49); }
div.DivClassName
{
background-color: #C58431;
}
.BgClassName
{
background-color: #C58431;
}
</style>
border-color css
<style>
span { border-color: #C58431; }
span { border-color: rgb(197,132,49); }
td.TdClassName
{
border-color: #C58431;
}
.TagClassName
{
border-color: #C58431;
}
</style>