Shades of Geebung #C58929
Tints of Geebung #C58929
RGB
CMYK
RGB Variations
Color information
#C58929 (or 0xC58929) is known color: Geebung. HEX triplet: C5, 89 and 29. RGB value is (197,137,41). Sum of RGB (Red+Green+Blue) = 197+137+41=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C58929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58929 is #3A76D6. Grayscale: #909090. Windows color (decimal): -3831511 or 2722245. OLE color: 2722245.
HSL color Cylindrical-coordinate representation of color #C58929: hue angle of 36.92º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C58929 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 41 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.23 |
| HSL | 36.92º | 0.66% | 0.47% | - |
| HSV(B) | 36.92º | 0.79% | 0.77% | - |
| XYZ | 32.37 | 29.92 | 6.17 | - |
| YUV | 144 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 41 | 0 | 0.30 | 0.79 | 0.23 | 36.92 | 0.66 | 0.47 |
| Hex | C5 | 89 | 29 | 0 | 1E | 4F | 17 | 25 | 42 | 2F |
| Octal | 305 | 211 | 51 | 0 | 36 | 117 | 27 | 45 | 102 | 57 |
| Binary | 11000101 | 10001001 | 101001 | 0 | 11110 | 1001111 | 10111 | 100101 | 1000010 | 101111 |
Color Harmonies of #C58929
Complementary color
Monochromatic Colors of #C58929
Black with #C58929
Text Example
Text Example
White with #C58929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58929; }
p { color: rgb(197,137,41); }
H1.HeaderClassName
{
color: #C58929;
}
.AnyTagClassName
{
color: #C58929;
}
</style>
background-color css
<style>
a { background-color: #C58929; }
a { background-color: rgb(197,137,41); }
div.DivClassName
{
background-color: #C58929;
}
.BgClassName
{
background-color: #C58929;
}
</style>
border-color css
<style>
span { border-color: #C58929; }
span { border-color: rgb(197,137,41); }
td.TdClassName
{
border-color: #C58929;
}
.TagClassName
{
border-color: #C58929;
}
</style>