Shades of Geebung #C0821F
Tints of Geebung #C0821F
RGB
CMYK
RGB Variations
Color information
#C0821F (or 0xC0821F) is known color: Geebung. HEX triplet: C0, 82 and 1F. RGB value is (192,130,31). Sum of RGB (Red+Green+Blue) = 192+130+31=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0821F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0821F is #3F7DE0. Grayscale: #898989. Windows color (decimal): -4160993 or 2065088. OLE color: 2065088.
HSL color Cylindrical-coordinate representation of color #C0821F: hue angle of 36.89º degrees, saturation: 0.72, 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 #C0821F is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 31 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.25 |
| HSL | 36.89º | 0.72% | 0.44% | - |
| HSV(B) | 36.89º | 0.84% | 0.75% | - |
| XYZ | 29.97 | 27.27 | 4.98 | - |
| YUV | 137.25 | 68.04 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 31 | 0 | 0.32 | 0.84 | 0.25 | 36.89 | 0.72 | 0.44 |
| Hex | C0 | 82 | 1F | 0 | 20 | 54 | 19 | 25 | 48 | 2C |
| Octal | 300 | 202 | 37 | 0 | 40 | 124 | 31 | 45 | 110 | 54 |
| Binary | 11000000 | 10000010 | 11111 | 0 | 100000 | 1010100 | 11001 | 100101 | 1001000 | 101100 |
Color Harmonies of #C0821F
Complementary color
Monochromatic Colors of #C0821F
Black with #C0821F
Text Example
Text Example
White with #C0821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0821F; }
p { color: rgb(192,130,31); }
H1.HeaderClassName
{
color: #C0821F;
}
.AnyTagClassName
{
color: #C0821F;
}
</style>
background-color css
<style>
a { background-color: #C0821F; }
a { background-color: rgb(192,130,31); }
div.DivClassName
{
background-color: #C0821F;
}
.BgClassName
{
background-color: #C0821F;
}
</style>
border-color css
<style>
span { border-color: #C0821F; }
span { border-color: rgb(192,130,31); }
td.TdClassName
{
border-color: #C0821F;
}
.TagClassName
{
border-color: #C0821F;
}
</style>