Shades of Geebung #C0821E
Tints of Geebung #C0821E
RGB
CMYK
RGB Variations
Color information
#C0821E (or 0xC0821E) is known color: Geebung. HEX triplet: C0, 82 and 1E. RGB value is (192,130,30). Sum of RGB (Red+Green+Blue) = 192+130+30=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0821E is #3F7DE1. Grayscale: #898989. Windows color (decimal): -4160994 or 1999552. OLE color: 1999552.
HSL color Cylindrical-coordinate representation of color #C0821E: hue angle of 37.04º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0821E is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 30 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.25 |
| HSL | 37.04º | 0.73% | 0.44% | - |
| HSV(B) | 37.04º | 0.84% | 0.75% | - |
| XYZ | 29.96 | 27.27 | 4.91 | - |
| YUV | 137.14 | 67.54 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 30 | 0 | 0.32 | 0.84 | 0.25 | 37.04 | 0.73 | 0.44 |
| Hex | C0 | 82 | 1E | 0 | 20 | 54 | 19 | 25 | 49 | 2C |
| Octal | 300 | 202 | 36 | 0 | 40 | 124 | 31 | 45 | 111 | 54 |
| Binary | 11000000 | 10000010 | 11110 | 0 | 100000 | 1010100 | 11001 | 100101 | 1001001 | 101100 |
Color Harmonies of #C0821E
Complementary color
Monochromatic Colors of #C0821E
Black with #C0821E
Text Example
Text Example
White with #C0821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0821E; }
p { color: rgb(192,130,30); }
H1.HeaderClassName
{
color: #C0821E;
}
.AnyTagClassName
{
color: #C0821E;
}
</style>
background-color css
<style>
a { background-color: #C0821E; }
a { background-color: rgb(192,130,30); }
div.DivClassName
{
background-color: #C0821E;
}
.BgClassName
{
background-color: #C0821E;
}
</style>
border-color css
<style>
span { border-color: #C0821E; }
span { border-color: rgb(192,130,30); }
td.TdClassName
{
border-color: #C0821E;
}
.TagClassName
{
border-color: #C0821E;
}
</style>