Shades of Geebung #C0841F
Tints of Geebung #C0841F
RGB
CMYK
RGB Variations
Color information
#C0841F (or 0xC0841F) is known color: Geebung. HEX triplet: C0, 84 and 1F. RGB value is (192,132,31). Sum of RGB (Red+Green+Blue) = 192+132+31=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0841F is #3F7BE0. Grayscale: #8A8A8A. Windows color (decimal): -4160481 or 2065600. OLE color: 2065600.
HSL color Cylindrical-coordinate representation of color #C0841F: hue angle of 37.64º degrees, saturation: 0.72, 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 #C0841F is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 31 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.25 |
| HSL | 37.64º | 0.72% | 0.44% | - |
| HSV(B) | 37.64º | 0.84% | 0.75% | - |
| XYZ | 30.24 | 27.81 | 5.07 | - |
| YUV | 138.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 31 | 0 | 0.31 | 0.84 | 0.25 | 37.64 | 0.72 | 0.44 |
| Hex | C0 | 84 | 1F | 0 | 1F | 54 | 19 | 26 | 48 | 2C |
| Octal | 300 | 204 | 37 | 0 | 37 | 124 | 31 | 46 | 110 | 54 |
| Binary | 11000000 | 10000100 | 11111 | 0 | 11111 | 1010100 | 11001 | 100110 | 1001000 | 101100 |
Color Harmonies of #C0841F
Complementary color
Monochromatic Colors of #C0841F
Black with #C0841F
Text Example
Text Example
White with #C0841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0841F; }
p { color: rgb(192,132,31); }
H1.HeaderClassName
{
color: #C0841F;
}
.AnyTagClassName
{
color: #C0841F;
}
</style>
background-color css
<style>
a { background-color: #C0841F; }
a { background-color: rgb(192,132,31); }
div.DivClassName
{
background-color: #C0841F;
}
.BgClassName
{
background-color: #C0841F;
}
</style>
border-color css
<style>
span { border-color: #C0841F; }
span { border-color: rgb(192,132,31); }
td.TdClassName
{
border-color: #C0841F;
}
.TagClassName
{
border-color: #C0841F;
}
</style>