Shades of Geebung #C58823
Tints of Geebung #C58823
RGB
CMYK
RGB Variations
Color information
#C58823 (or 0xC58823) is known color: Geebung. HEX triplet: C5, 88 and 23. RGB value is (197,136,35). Sum of RGB (Red+Green+Blue) = 197+136+35=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C58823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58823 is #3A77DC. Grayscale: #8F8F8F. Windows color (decimal): -3831773 or 2328773. OLE color: 2328773.
HSL color Cylindrical-coordinate representation of color #C58823: hue angle of 37.41º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C58823 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 35 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.23 |
| HSL | 37.41º | 0.7% | 0.45% | - |
| HSV(B) | 37.41º | 0.82% | 0.77% | - |
| XYZ | 32.13 | 29.6 | 5.61 | - |
| YUV | 142.73 | 67.21 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 35 | 0 | 0.31 | 0.82 | 0.23 | 37.41 | 0.7 | 0.45 |
| Hex | C5 | 88 | 23 | 0 | 1F | 52 | 17 | 25 | 46 | 2D |
| Octal | 305 | 210 | 43 | 0 | 37 | 122 | 27 | 45 | 106 | 55 |
| Binary | 11000101 | 10001000 | 100011 | 0 | 11111 | 1010010 | 10111 | 100101 | 1000110 | 101101 |
Color Harmonies of #C58823
Complementary color
Monochromatic Colors of #C58823
Black with #C58823
Text Example
Text Example
White with #C58823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58823; }
p { color: rgb(197,136,35); }
H1.HeaderClassName
{
color: #C58823;
}
.AnyTagClassName
{
color: #C58823;
}
</style>
background-color css
<style>
a { background-color: #C58823; }
a { background-color: rgb(197,136,35); }
div.DivClassName
{
background-color: #C58823;
}
.BgClassName
{
background-color: #C58823;
}
</style>
border-color css
<style>
span { border-color: #C58823; }
span { border-color: rgb(197,136,35); }
td.TdClassName
{
border-color: #C58823;
}
.TagClassName
{
border-color: #C58823;
}
</style>