Shades of Geebung #C0842C
Tints of Geebung #C0842C
RGB
CMYK
RGB Variations
Color information
#C0842C (or 0xC0842C) is known color: Geebung. HEX triplet: C0, 84 and 2C. RGB value is (192,132,44). Sum of RGB (Red+Green+Blue) = 192+132+44=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0842C is #3F7BD3. Grayscale: #8C8C8C. Windows color (decimal): -4160468 or 2917568. OLE color: 2917568.
HSL color Cylindrical-coordinate representation of color #C0842C: hue angle of 35.68º 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 #C0842C is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 44 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.25 |
| HSL | 35.68º | 0.63% | 0.46% | - |
| HSV(B) | 35.68º | 0.77% | 0.75% | - |
| XYZ | 30.44 | 27.89 | 6.16 | - |
| YUV | 139.91 | 73.88 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 44 | 0 | 0.31 | 0.77 | 0.25 | 35.68 | 0.63 | 0.46 |
| Hex | C0 | 84 | 2C | 0 | 1F | 4D | 19 | 24 | 3F | 2E |
| Octal | 300 | 204 | 54 | 0 | 37 | 115 | 31 | 44 | 77 | 56 |
| Binary | 11000000 | 10000100 | 101100 | 0 | 11111 | 1001101 | 11001 | 100100 | 111111 | 101110 |
Color Harmonies of #C0842C
Complementary color
Monochromatic Colors of #C0842C
Black with #C0842C
Text Example
Text Example
White with #C0842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0842C; }
p { color: rgb(192,132,44); }
H1.HeaderClassName
{
color: #C0842C;
}
.AnyTagClassName
{
color: #C0842C;
}
</style>
background-color css
<style>
a { background-color: #C0842C; }
a { background-color: rgb(192,132,44); }
div.DivClassName
{
background-color: #C0842C;
}
.BgClassName
{
background-color: #C0842C;
}
</style>
border-color css
<style>
span { border-color: #C0842C; }
span { border-color: rgb(192,132,44); }
td.TdClassName
{
border-color: #C0842C;
}
.TagClassName
{
border-color: #C0842C;
}
</style>