Shades of Geebung #C58927
Tints of Geebung #C58927
RGB
CMYK
RGB Variations
Color information
#C58927 (or 0xC58927) is known color: Geebung. HEX triplet: C5, 89 and 27. RGB value is (197,137,39). Sum of RGB (Red+Green+Blue) = 197+137+39=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C58927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58927 is #3A76D8. Grayscale: #909090. Windows color (decimal): -3831513 or 2591173. OLE color: 2591173.
HSL color Cylindrical-coordinate representation of color #C58927: hue angle of 37.22º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C58927 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 39 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.23 |
| HSL | 37.22º | 0.67% | 0.46% | - |
| HSV(B) | 37.22º | 0.8% | 0.77% | - |
| XYZ | 32.34 | 29.91 | 5.99 | - |
| YUV | 143.77 | 68.88 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 39 | 0 | 0.30 | 0.80 | 0.23 | 37.22 | 0.67 | 0.46 |
| Hex | C5 | 89 | 27 | 0 | 1E | 50 | 17 | 25 | 43 | 2E |
| Octal | 305 | 211 | 47 | 0 | 36 | 120 | 27 | 45 | 103 | 56 |
| Binary | 11000101 | 10001001 | 100111 | 0 | 11110 | 1010000 | 10111 | 100101 | 1000011 | 101110 |
Color Harmonies of #C58927
Complementary color
Monochromatic Colors of #C58927
Black with #C58927
Text Example
Text Example
White with #C58927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58927; }
p { color: rgb(197,137,39); }
H1.HeaderClassName
{
color: #C58927;
}
.AnyTagClassName
{
color: #C58927;
}
</style>
background-color css
<style>
a { background-color: #C58927; }
a { background-color: rgb(197,137,39); }
div.DivClassName
{
background-color: #C58927;
}
.BgClassName
{
background-color: #C58927;
}
</style>
border-color css
<style>
span { border-color: #C58927; }
span { border-color: rgb(197,137,39); }
td.TdClassName
{
border-color: #C58927;
}
.TagClassName
{
border-color: #C58927;
}
</style>