Shades of Geebung #C58534
Tints of Geebung #C58534
RGB
CMYK
RGB Variations
Color information
#C58534 (or 0xC58534) is known color: Geebung. HEX triplet: C5, 85 and 34. RGB value is (197,133,52). Sum of RGB (Red+Green+Blue) = 197+133+52=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C58534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58534 is #3A7ACB. Grayscale: #8F8F8F. Windows color (decimal): -3832524 or 3442117. OLE color: 3442117.
HSL color Cylindrical-coordinate representation of color #C58534: hue angle of 33.52º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C58534 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 52 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.23 |
| HSL | 33.52º | 0.58% | 0.49% | - |
| HSV(B) | 33.52º | 0.74% | 0.77% | - |
| XYZ | 32.03 | 28.89 | 7.14 | - |
| YUV | 142.9 | 76.7 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 52 | 0 | 0.32 | 0.74 | 0.23 | 33.52 | 0.58 | 0.49 |
| Hex | C5 | 85 | 34 | 0 | 20 | 4A | 17 | 22 | 3A | 31 |
| Octal | 305 | 205 | 64 | 0 | 40 | 112 | 27 | 42 | 72 | 61 |
| Binary | 11000101 | 10000101 | 110100 | 0 | 100000 | 1001010 | 10111 | 100010 | 111010 | 110001 |
Color Harmonies of #C58534
Complementary color
Monochromatic Colors of #C58534
Black with #C58534
Text Example
Text Example
White with #C58534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58534; }
p { color: rgb(197,133,52); }
H1.HeaderClassName
{
color: #C58534;
}
.AnyTagClassName
{
color: #C58534;
}
</style>
background-color css
<style>
a { background-color: #C58534; }
a { background-color: rgb(197,133,52); }
div.DivClassName
{
background-color: #C58534;
}
.BgClassName
{
background-color: #C58534;
}
</style>
border-color css
<style>
span { border-color: #C58534; }
span { border-color: rgb(197,133,52); }
td.TdClassName
{
border-color: #C58534;
}
.TagClassName
{
border-color: #C58534;
}
</style>