Shades of Geebung #C0812B
Tints of Geebung #C0812B
RGB
CMYK
RGB Variations
Color information
#C0812B (or 0xC0812B) is known color: Geebung. HEX triplet: C0, 81 and 2B. RGB value is (192,129,43). Sum of RGB (Red+Green+Blue) = 192+129+43=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0812B is #3F7ED4. Grayscale: #8A8A8A. Windows color (decimal): -4161237 or 2851264. OLE color: 2851264.
HSL color Cylindrical-coordinate representation of color #C0812B: hue angle of 34.63º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0812B is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 43 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.25 |
| HSL | 34.63º | 0.63% | 0.46% | - |
| HSV(B) | 34.63º | 0.78% | 0.75% | - |
| XYZ | 30.02 | 27.08 | 5.93 | - |
| YUV | 138.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 43 | 0 | 0.33 | 0.78 | 0.25 | 34.63 | 0.63 | 0.46 |
| Hex | C0 | 81 | 2B | 0 | 21 | 4E | 19 | 23 | 3F | 2E |
| Octal | 300 | 201 | 53 | 0 | 41 | 116 | 31 | 43 | 77 | 56 |
| Binary | 11000000 | 10000001 | 101011 | 0 | 100001 | 1001110 | 11001 | 100011 | 111111 | 101110 |
Color Harmonies of #C0812B
Complementary color
Monochromatic Colors of #C0812B
Black with #C0812B
Text Example
Text Example
White with #C0812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0812B; }
p { color: rgb(192,129,43); }
H1.HeaderClassName
{
color: #C0812B;
}
.AnyTagClassName
{
color: #C0812B;
}
</style>
background-color css
<style>
a { background-color: #C0812B; }
a { background-color: rgb(192,129,43); }
div.DivClassName
{
background-color: #C0812B;
}
.BgClassName
{
background-color: #C0812B;
}
</style>
border-color css
<style>
span { border-color: #C0812B; }
span { border-color: rgb(192,129,43); }
td.TdClassName
{
border-color: #C0812B;
}
.TagClassName
{
border-color: #C0812B;
}
</style>