Shades of Geebung #C0882C
Tints of Geebung #C0882C
RGB
CMYK
RGB Variations
Color information
#C0882C (or 0xC0882C) is known color: Geebung. HEX triplet: C0, 88 and 2C. RGB value is (192,136,44). Sum of RGB (Red+Green+Blue) = 192+136+44=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0882C is #3F77D3. Grayscale: #8E8E8E. Windows color (decimal): -4159444 or 2918592. OLE color: 2918592.
HSL color Cylindrical-coordinate representation of color #C0882C: hue angle of 37.3º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0882C is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 44 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.25 |
| HSL | 37.3º | 0.63% | 0.46% | - |
| HSV(B) | 37.3º | 0.77% | 0.75% | - |
| XYZ | 31 | 29 | 6.35 | - |
| YUV | 142.26 | 72.55 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 44 | 0 | 0.29 | 0.77 | 0.25 | 37.3 | 0.63 | 0.46 |
| Hex | C0 | 88 | 2C | 0 | 1D | 4D | 19 | 25 | 3F | 2E |
| Octal | 300 | 210 | 54 | 0 | 35 | 115 | 31 | 45 | 77 | 56 |
| Binary | 11000000 | 10001000 | 101100 | 0 | 11101 | 1001101 | 11001 | 100101 | 111111 | 101110 |
Color Harmonies of #C0882C
Complementary color
Monochromatic Colors of #C0882C
Black with #C0882C
Text Example
Text Example
White with #C0882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0882C; }
p { color: rgb(192,136,44); }
H1.HeaderClassName
{
color: #C0882C;
}
.AnyTagClassName
{
color: #C0882C;
}
</style>
background-color css
<style>
a { background-color: #C0882C; }
a { background-color: rgb(192,136,44); }
div.DivClassName
{
background-color: #C0882C;
}
.BgClassName
{
background-color: #C0882C;
}
</style>
border-color css
<style>
span { border-color: #C0882C; }
span { border-color: rgb(192,136,44); }
td.TdClassName
{
border-color: #C0882C;
}
.TagClassName
{
border-color: #C0882C;
}
</style>