Shades of Geebung #C58925
Tints of Geebung #C58925
RGB
CMYK
RGB Variations
Color information
#C58925 (or 0xC58925) is known color: Geebung. HEX triplet: C5, 89 and 25. RGB value is (197,137,37). Sum of RGB (Red+Green+Blue) = 197+137+37=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C58925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58925 is #3A76DA. Grayscale: #909090. Windows color (decimal): -3831515 or 2460101. OLE color: 2460101.
HSL color Cylindrical-coordinate representation of color #C58925: hue angle of 37.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C58925 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 37 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.23 |
| HSL | 37.5º | 0.68% | 0.46% | - |
| HSV(B) | 37.5º | 0.81% | 0.77% | - |
| XYZ | 32.31 | 29.9 | 5.82 | - |
| YUV | 143.54 | 67.88 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 37 | 0 | 0.30 | 0.81 | 0.23 | 37.5 | 0.68 | 0.46 |
| Hex | C5 | 89 | 25 | 0 | 1E | 51 | 17 | 26 | 44 | 2E |
| Octal | 305 | 211 | 45 | 0 | 36 | 121 | 27 | 46 | 104 | 56 |
| Binary | 11000101 | 10001001 | 100101 | 0 | 11110 | 1010001 | 10111 | 100110 | 1000100 | 101110 |
Color Harmonies of #C58925
Complementary color
Monochromatic Colors of #C58925
Black with #C58925
Text Example
Text Example
White with #C58925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58925; }
p { color: rgb(197,137,37); }
H1.HeaderClassName
{
color: #C58925;
}
.AnyTagClassName
{
color: #C58925;
}
</style>
background-color css
<style>
a { background-color: #C58925; }
a { background-color: rgb(197,137,37); }
div.DivClassName
{
background-color: #C58925;
}
.BgClassName
{
background-color: #C58925;
}
</style>
border-color css
<style>
span { border-color: #C58925; }
span { border-color: rgb(197,137,37); }
td.TdClassName
{
border-color: #C58925;
}
.TagClassName
{
border-color: #C58925;
}
</style>