Shades of Geebung #C58828
Tints of Geebung #C58828
RGB
CMYK
RGB Variations
Color information
#C58828 (or 0xC58828) is known color: Geebung. HEX triplet: C5, 88 and 28. RGB value is (197,136,40). Sum of RGB (Red+Green+Blue) = 197+136+40=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C58828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58828 is #3A77D7. Grayscale: #8F8F8F. Windows color (decimal): -3831768 or 2656453. OLE color: 2656453.
HSL color Cylindrical-coordinate representation of color #C58828: hue angle of 36.69º degrees, saturation: 0.66, 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 #C58828 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 40 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.23 |
| HSL | 36.69º | 0.66% | 0.46% | - |
| HSV(B) | 36.69º | 0.8% | 0.77% | - |
| XYZ | 32.21 | 29.63 | 6.03 | - |
| YUV | 143.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 40 | 0 | 0.31 | 0.80 | 0.23 | 36.69 | 0.66 | 0.46 |
| Hex | C5 | 88 | 28 | 0 | 1F | 50 | 17 | 25 | 42 | 2E |
| Octal | 305 | 210 | 50 | 0 | 37 | 120 | 27 | 45 | 102 | 56 |
| Binary | 11000101 | 10001000 | 101000 | 0 | 11111 | 1010000 | 10111 | 100101 | 1000010 | 101110 |
Color Harmonies of #C58828
Complementary color
Monochromatic Colors of #C58828
Black with #C58828
Text Example
Text Example
White with #C58828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58828; }
p { color: rgb(197,136,40); }
H1.HeaderClassName
{
color: #C58828;
}
.AnyTagClassName
{
color: #C58828;
}
</style>
background-color css
<style>
a { background-color: #C58828; }
a { background-color: rgb(197,136,40); }
div.DivClassName
{
background-color: #C58828;
}
.BgClassName
{
background-color: #C58828;
}
</style>
border-color css
<style>
span { border-color: #C58828; }
span { border-color: rgb(197,136,40); }
td.TdClassName
{
border-color: #C58828;
}
.TagClassName
{
border-color: #C58828;
}
</style>