Shades of Geebung #C58933
Tints of Geebung #C58933
RGB
CMYK
RGB Variations
Color information
#C58933 (or 0xC58933) is known color: Geebung. HEX triplet: C5, 89 and 33. RGB value is (197,137,51). Sum of RGB (Red+Green+Blue) = 197+137+51=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C58933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58933 is #3A76CC. Grayscale: #919191. Windows color (decimal): -3831501 or 3377605. OLE color: 3377605.
HSL color Cylindrical-coordinate representation of color #C58933: hue angle of 35.34º degrees, saturation: 0.59, 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 #C58933 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 51 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.23 |
| HSL | 35.34º | 0.59% | 0.49% | - |
| HSV(B) | 35.34º | 0.74% | 0.77% | - |
| XYZ | 32.57 | 30 | 7.21 | - |
| YUV | 145.14 | 74.88 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 51 | 0 | 0.30 | 0.74 | 0.23 | 35.34 | 0.59 | 0.49 |
| Hex | C5 | 89 | 33 | 0 | 1E | 4A | 17 | 23 | 3B | 31 |
| Octal | 305 | 211 | 63 | 0 | 36 | 112 | 27 | 43 | 73 | 61 |
| Binary | 11000101 | 10001001 | 110011 | 0 | 11110 | 1001010 | 10111 | 100011 | 111011 | 110001 |
Color Harmonies of #C58933
Complementary color
Monochromatic Colors of #C58933
Black with #C58933
Text Example
Text Example
White with #C58933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58933; }
p { color: rgb(197,137,51); }
H1.HeaderClassName
{
color: #C58933;
}
.AnyTagClassName
{
color: #C58933;
}
</style>
background-color css
<style>
a { background-color: #C58933; }
a { background-color: rgb(197,137,51); }
div.DivClassName
{
background-color: #C58933;
}
.BgClassName
{
background-color: #C58933;
}
</style>
border-color css
<style>
span { border-color: #C58933; }
span { border-color: rgb(197,137,51); }
td.TdClassName
{
border-color: #C58933;
}
.TagClassName
{
border-color: #C58933;
}
</style>