Shades of Geebung #C58835
Tints of Geebung #C58835
RGB
CMYK
RGB Variations
Color information
#C58835 (or 0xC58835) is known color: Geebung. HEX triplet: C5, 88 and 35. RGB value is (197,136,53). Sum of RGB (Red+Green+Blue) = 197+136+53=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C58835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58835 is #3A77CA. Grayscale: #919191. Windows color (decimal): -3831755 or 3508421. OLE color: 3508421.
HSL color Cylindrical-coordinate representation of color #C58835: hue angle of 34.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C58835 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 53 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.23 |
| HSL | 34.58º | 0.58% | 0.49% | - |
| HSV(B) | 34.58º | 0.73% | 0.77% | - |
| XYZ | 32.47 | 29.74 | 7.4 | - |
| YUV | 144.78 | 76.21 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 53 | 0 | 0.31 | 0.73 | 0.23 | 34.58 | 0.58 | 0.49 |
| Hex | C5 | 88 | 35 | 0 | 1F | 49 | 17 | 23 | 3A | 31 |
| Octal | 305 | 210 | 65 | 0 | 37 | 111 | 27 | 43 | 72 | 61 |
| Binary | 11000101 | 10001000 | 110101 | 0 | 11111 | 1001001 | 10111 | 100011 | 111010 | 110001 |
Color Harmonies of #C58835
Complementary color
Monochromatic Colors of #C58835
Black with #C58835
Text Example
Text Example
White with #C58835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58835; }
p { color: rgb(197,136,53); }
H1.HeaderClassName
{
color: #C58835;
}
.AnyTagClassName
{
color: #C58835;
}
</style>
background-color css
<style>
a { background-color: #C58835; }
a { background-color: rgb(197,136,53); }
div.DivClassName
{
background-color: #C58835;
}
.BgClassName
{
background-color: #C58835;
}
</style>
border-color css
<style>
span { border-color: #C58835; }
span { border-color: rgb(197,136,53); }
td.TdClassName
{
border-color: #C58835;
}
.TagClassName
{
border-color: #C58835;
}
</style>