Shades of Geebung #C0862E
Tints of Geebung #C0862E
RGB
CMYK
RGB Variations
Color information
#C0862E (or 0xC0862E) is known color: Geebung. HEX triplet: C0, 86 and 2E. RGB value is (192,134,46). Sum of RGB (Red+Green+Blue) = 192+134+46=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0862E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0862E is #3F79D1. Grayscale: #8D8D8D. Windows color (decimal): -4159954 or 3049152. OLE color: 3049152.
HSL color Cylindrical-coordinate representation of color #C0862E: hue angle of 36.16º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0862E is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 46 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.25 |
| HSL | 36.16º | 0.61% | 0.47% | - |
| HSV(B) | 36.16º | 0.76% | 0.75% | - |
| XYZ | 30.76 | 28.45 | 6.46 | - |
| YUV | 141.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 46 | 0 | 0.30 | 0.76 | 0.25 | 36.16 | 0.61 | 0.47 |
| Hex | C0 | 86 | 2E | 0 | 1E | 4C | 19 | 24 | 3D | 2F |
| Octal | 300 | 206 | 56 | 0 | 36 | 114 | 31 | 44 | 75 | 57 |
| Binary | 11000000 | 10000110 | 101110 | 0 | 11110 | 1001100 | 11001 | 100100 | 111101 | 101111 |
Color Harmonies of #C0862E
Complementary color
Monochromatic Colors of #C0862E
Black with #C0862E
Text Example
Text Example
White with #C0862E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0862E; }
p { color: rgb(192,134,46); }
H1.HeaderClassName
{
color: #C0862E;
}
.AnyTagClassName
{
color: #C0862E;
}
</style>
background-color css
<style>
a { background-color: #C0862E; }
a { background-color: rgb(192,134,46); }
div.DivClassName
{
background-color: #C0862E;
}
.BgClassName
{
background-color: #C0862E;
}
</style>
border-color css
<style>
span { border-color: #C0862E; }
span { border-color: rgb(192,134,46); }
td.TdClassName
{
border-color: #C0862E;
}
.TagClassName
{
border-color: #C0862E;
}
</style>