Shades of Geebung #C58827
Tints of Geebung #C58827
RGB
CMYK
RGB Variations
Color information
#C58827 (or 0xC58827) is known color: Geebung. HEX triplet: C5, 88 and 27. RGB value is (197,136,39). Sum of RGB (Red+Green+Blue) = 197+136+39=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C58827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58827 is #3A77D8. Grayscale: #8F8F8F. Windows color (decimal): -3831769 or 2590917. OLE color: 2590917.
HSL color Cylindrical-coordinate representation of color #C58827: hue angle of 36.84º 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 #C58827 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 39 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.23 |
| HSL | 36.84º | 0.67% | 0.46% | - |
| HSV(B) | 36.84º | 0.8% | 0.77% | - |
| XYZ | 32.2 | 29.63 | 5.94 | - |
| YUV | 143.18 | 69.21 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 39 | 0 | 0.31 | 0.80 | 0.23 | 36.84 | 0.67 | 0.46 |
| Hex | C5 | 88 | 27 | 0 | 1F | 50 | 17 | 25 | 43 | 2E |
| Octal | 305 | 210 | 47 | 0 | 37 | 120 | 27 | 45 | 103 | 56 |
| Binary | 11000101 | 10001000 | 100111 | 0 | 11111 | 1010000 | 10111 | 100101 | 1000011 | 101110 |
Color Harmonies of #C58827
Complementary color
Monochromatic Colors of #C58827
Black with #C58827
Text Example
Text Example
White with #C58827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58827; }
p { color: rgb(197,136,39); }
H1.HeaderClassName
{
color: #C58827;
}
.AnyTagClassName
{
color: #C58827;
}
</style>
background-color css
<style>
a { background-color: #C58827; }
a { background-color: rgb(197,136,39); }
div.DivClassName
{
background-color: #C58827;
}
.BgClassName
{
background-color: #C58827;
}
</style>
border-color css
<style>
span { border-color: #C58827; }
span { border-color: rgb(197,136,39); }
td.TdClassName
{
border-color: #C58827;
}
.TagClassName
{
border-color: #C58827;
}
</style>