Shades of Geebung #C0892D
Tints of Geebung #C0892D
RGB
CMYK
RGB Variations
Color information
#C0892D (or 0xC0892D) is known color: Geebung. HEX triplet: C0, 89 and 2D. RGB value is (192,137,45). Sum of RGB (Red+Green+Blue) = 192+137+45=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0892D is #3F76D2. Grayscale: #8F8F8F. Windows color (decimal): -4159187 or 2984384. OLE color: 2984384.
HSL color Cylindrical-coordinate representation of color #C0892D: hue angle of 37.55º 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 #C0892D is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 45 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.25 |
| HSL | 37.55º | 0.62% | 0.46% | - |
| HSV(B) | 37.55º | 0.77% | 0.75% | - |
| XYZ | 31.16 | 29.29 | 6.49 | - |
| YUV | 142.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 45 | 0 | 0.29 | 0.77 | 0.25 | 37.55 | 0.62 | 0.46 |
| Hex | C0 | 89 | 2D | 0 | 1D | 4D | 19 | 26 | 3E | 2E |
| Octal | 300 | 211 | 55 | 0 | 35 | 115 | 31 | 46 | 76 | 56 |
| Binary | 11000000 | 10001001 | 101101 | 0 | 11101 | 1001101 | 11001 | 100110 | 111110 | 101110 |
Color Harmonies of #C0892D
Complementary color
Monochromatic Colors of #C0892D
Black with #C0892D
Text Example
Text Example
White with #C0892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0892D; }
p { color: rgb(192,137,45); }
H1.HeaderClassName
{
color: #C0892D;
}
.AnyTagClassName
{
color: #C0892D;
}
</style>
background-color css
<style>
a { background-color: #C0892D; }
a { background-color: rgb(192,137,45); }
div.DivClassName
{
background-color: #C0892D;
}
.BgClassName
{
background-color: #C0892D;
}
</style>
border-color css
<style>
span { border-color: #C0892D; }
span { border-color: rgb(192,137,45); }
td.TdClassName
{
border-color: #C0892D;
}
.TagClassName
{
border-color: #C0892D;
}
</style>