Shades of Geebung #C0841E
Tints of Geebung #C0841E
RGB
CMYK
RGB Variations
Color information
#C0841E (or 0xC0841E) is known color: Geebung. HEX triplet: C0, 84 and 1E. RGB value is (192,132,30). Sum of RGB (Red+Green+Blue) = 192+132+30=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0841E is #3F7BE1. Grayscale: #8A8A8A. Windows color (decimal): -4160482 or 2000064. OLE color: 2000064.
HSL color Cylindrical-coordinate representation of color #C0841E: hue angle of 37.78º 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 #C0841E is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 30 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.25 |
| HSL | 37.78º | 0.73% | 0.44% | - |
| HSV(B) | 37.78º | 0.84% | 0.75% | - |
| XYZ | 30.22 | 27.8 | 5 | - |
| YUV | 138.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 30 | 0 | 0.31 | 0.84 | 0.25 | 37.78 | 0.73 | 0.44 |
| Hex | C0 | 84 | 1E | 0 | 1F | 54 | 19 | 26 | 49 | 2C |
| Octal | 300 | 204 | 36 | 0 | 37 | 124 | 31 | 46 | 111 | 54 |
| Binary | 11000000 | 10000100 | 11110 | 0 | 11111 | 1010100 | 11001 | 100110 | 1001001 | 101100 |
Color Harmonies of #C0841E
Complementary color
Monochromatic Colors of #C0841E
Black with #C0841E
Text Example
Text Example
White with #C0841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0841E; }
p { color: rgb(192,132,30); }
H1.HeaderClassName
{
color: #C0841E;
}
.AnyTagClassName
{
color: #C0841E;
}
</style>
background-color css
<style>
a { background-color: #C0841E; }
a { background-color: rgb(192,132,30); }
div.DivClassName
{
background-color: #C0841E;
}
.BgClassName
{
background-color: #C0841E;
}
</style>
border-color css
<style>
span { border-color: #C0841E; }
span { border-color: rgb(192,132,30); }
td.TdClassName
{
border-color: #C0841E;
}
.TagClassName
{
border-color: #C0841E;
}
</style>