Shades of Geebung #C0841D
Tints of Geebung #C0841D
RGB
CMYK
RGB Variations
Color information
#C0841D (or 0xC0841D) is known color: Geebung. HEX triplet: C0, 84 and 1D. RGB value is (192,132,29). Sum of RGB (Red+Green+Blue) = 192+132+29=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0841D is #3F7BE2. Grayscale: #8A8A8A. Windows color (decimal): -4160483 or 1934528. OLE color: 1934528.
HSL color Cylindrical-coordinate representation of color #C0841D: hue angle of 37.91º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0841D is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 29 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.25 |
| HSL | 37.91º | 0.74% | 0.43% | - |
| HSV(B) | 37.91º | 0.85% | 0.75% | - |
| XYZ | 30.21 | 27.8 | 4.94 | - |
| YUV | 138.2 | 66.38 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 29 | 0 | 0.31 | 0.85 | 0.25 | 37.91 | 0.74 | 0.43 |
| Hex | C0 | 84 | 1D | 0 | 1F | 55 | 19 | 26 | 4A | 2B |
| Octal | 300 | 204 | 35 | 0 | 37 | 125 | 31 | 46 | 112 | 53 |
| Binary | 11000000 | 10000100 | 11101 | 0 | 11111 | 1010101 | 11001 | 100110 | 1001010 | 101011 |
Color Harmonies of #C0841D
Complementary color
Monochromatic Colors of #C0841D
Black with #C0841D
Text Example
Text Example
White with #C0841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0841D; }
p { color: rgb(192,132,29); }
H1.HeaderClassName
{
color: #C0841D;
}
.AnyTagClassName
{
color: #C0841D;
}
</style>
background-color css
<style>
a { background-color: #C0841D; }
a { background-color: rgb(192,132,29); }
div.DivClassName
{
background-color: #C0841D;
}
.BgClassName
{
background-color: #C0841D;
}
</style>
border-color css
<style>
span { border-color: #C0841D; }
span { border-color: rgb(192,132,29); }
td.TdClassName
{
border-color: #C0841D;
}
.TagClassName
{
border-color: #C0841D;
}
</style>