Shades of Geebung #C0812D
Tints of Geebung #C0812D
RGB
CMYK
RGB Variations
Color information
#C0812D (or 0xC0812D) is known color: Geebung. HEX triplet: C0, 81 and 2D. RGB value is (192,129,45). Sum of RGB (Red+Green+Blue) = 192+129+45=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0812D is #3F7ED2. Grayscale: #8A8A8A. Windows color (decimal): -4161235 or 2982336. OLE color: 2982336.
HSL color Cylindrical-coordinate representation of color #C0812D: hue angle of 34.29º degrees, saturation: 0.62, 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 #C0812D is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 45 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.25 |
| HSL | 34.29º | 0.62% | 0.46% | - |
| HSV(B) | 34.29º | 0.77% | 0.75% | - |
| XYZ | 30.06 | 27.1 | 6.13 | - |
| YUV | 138.26 | 75.37 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 45 | 0 | 0.33 | 0.77 | 0.25 | 34.29 | 0.62 | 0.46 |
| Hex | C0 | 81 | 2D | 0 | 21 | 4D | 19 | 22 | 3E | 2E |
| Octal | 300 | 201 | 55 | 0 | 41 | 115 | 31 | 42 | 76 | 56 |
| Binary | 11000000 | 10000001 | 101101 | 0 | 100001 | 1001101 | 11001 | 100010 | 111110 | 101110 |
Color Harmonies of #C0812D
Complementary color
Monochromatic Colors of #C0812D
Black with #C0812D
Text Example
Text Example
White with #C0812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0812D; }
p { color: rgb(192,129,45); }
H1.HeaderClassName
{
color: #C0812D;
}
.AnyTagClassName
{
color: #C0812D;
}
</style>
background-color css
<style>
a { background-color: #C0812D; }
a { background-color: rgb(192,129,45); }
div.DivClassName
{
background-color: #C0812D;
}
.BgClassName
{
background-color: #C0812D;
}
</style>
border-color css
<style>
span { border-color: #C0812D; }
span { border-color: rgb(192,129,45); }
td.TdClassName
{
border-color: #C0812D;
}
.TagClassName
{
border-color: #C0812D;
}
</style>