Shades of Geebung #C58535
Tints of Geebung #C58535
RGB
CMYK
RGB Variations
Color information
#C58535 (or 0xC58535) is known color: Geebung. HEX triplet: C5, 85 and 35. RGB value is (197,133,53). Sum of RGB (Red+Green+Blue) = 197+133+53=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C58535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58535 is #3A7ACA. Grayscale: #8F8F8F. Windows color (decimal): -3832523 or 3507653. OLE color: 3507653.
HSL color Cylindrical-coordinate representation of color #C58535: hue angle of 33.33º 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 #C58535 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 53 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.23 |
| HSL | 33.33º | 0.58% | 0.49% | - |
| HSV(B) | 33.33º | 0.73% | 0.77% | - |
| XYZ | 32.06 | 28.9 | 7.26 | - |
| YUV | 143.02 | 77.2 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 53 | 0 | 0.32 | 0.73 | 0.23 | 33.33 | 0.58 | 0.49 |
| Hex | C5 | 85 | 35 | 0 | 20 | 49 | 17 | 21 | 3A | 31 |
| Octal | 305 | 205 | 65 | 0 | 40 | 111 | 27 | 41 | 72 | 61 |
| Binary | 11000101 | 10000101 | 110101 | 0 | 100000 | 1001001 | 10111 | 100001 | 111010 | 110001 |
Color Harmonies of #C58535
Complementary color
Monochromatic Colors of #C58535
Black with #C58535
Text Example
Text Example
White with #C58535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58535; }
p { color: rgb(197,133,53); }
H1.HeaderClassName
{
color: #C58535;
}
.AnyTagClassName
{
color: #C58535;
}
</style>
background-color css
<style>
a { background-color: #C58535; }
a { background-color: rgb(197,133,53); }
div.DivClassName
{
background-color: #C58535;
}
.BgClassName
{
background-color: #C58535;
}
</style>
border-color css
<style>
span { border-color: #C58535; }
span { border-color: rgb(197,133,53); }
td.TdClassName
{
border-color: #C58535;
}
.TagClassName
{
border-color: #C58535;
}
</style>