Shades of Geebung #C0832C
Tints of Geebung #C0832C
RGB
CMYK
RGB Variations
Color information
#C0832C (or 0xC0832C) is known color: Geebung. HEX triplet: C0, 83 and 2C. RGB value is (192,131,44). Sum of RGB (Red+Green+Blue) = 192+131+44=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0832C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0832C is #3F7CD3. Grayscale: #8B8B8B. Windows color (decimal): -4160724 or 2917312. OLE color: 2917312.
HSL color Cylindrical-coordinate representation of color #C0832C: hue angle of 35.27º 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 #C0832C is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 44 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.25 |
| HSL | 35.27º | 0.63% | 0.46% | - |
| HSV(B) | 35.27º | 0.77% | 0.75% | - |
| XYZ | 30.31 | 27.62 | 6.12 | - |
| YUV | 139.32 | 74.21 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 44 | 0 | 0.32 | 0.77 | 0.25 | 35.27 | 0.63 | 0.46 |
| Hex | C0 | 83 | 2C | 0 | 20 | 4D | 19 | 23 | 3F | 2E |
| Octal | 300 | 203 | 54 | 0 | 40 | 115 | 31 | 43 | 77 | 56 |
| Binary | 11000000 | 10000011 | 101100 | 0 | 100000 | 1001101 | 11001 | 100011 | 111111 | 101110 |
Color Harmonies of #C0832C
Complementary color
Monochromatic Colors of #C0832C
Black with #C0832C
Text Example
Text Example
White with #C0832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0832C; }
p { color: rgb(192,131,44); }
H1.HeaderClassName
{
color: #C0832C;
}
.AnyTagClassName
{
color: #C0832C;
}
</style>
background-color css
<style>
a { background-color: #C0832C; }
a { background-color: rgb(192,131,44); }
div.DivClassName
{
background-color: #C0832C;
}
.BgClassName
{
background-color: #C0832C;
}
</style>
border-color css
<style>
span { border-color: #C0832C; }
span { border-color: rgb(192,131,44); }
td.TdClassName
{
border-color: #C0832C;
}
.TagClassName
{
border-color: #C0832C;
}
</style>