Shades of Geebung #C08422
Tints of Geebung #C08422
RGB
CMYK
RGB Variations
Color information
#C08422 (or 0xC08422) is known color: Geebung. HEX triplet: C0, 84 and 22. RGB value is (192,132,34). Sum of RGB (Red+Green+Blue) = 192+132+34=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C08422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08422 is #3F7BDD. Grayscale: #8B8B8B. Windows color (decimal): -4160478 or 2262208. OLE color: 2262208.
HSL color Cylindrical-coordinate representation of color #C08422: hue angle of 37.22º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C08422 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 34 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.25 |
| HSL | 37.22º | 0.7% | 0.44% | - |
| HSV(B) | 37.22º | 0.82% | 0.75% | - |
| XYZ | 30.28 | 27.82 | 5.29 | - |
| YUV | 138.77 | 68.88 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 34 | 0 | 0.31 | 0.82 | 0.25 | 37.22 | 0.7 | 0.44 |
| Hex | C0 | 84 | 22 | 0 | 1F | 52 | 19 | 25 | 46 | 2C |
| Octal | 300 | 204 | 42 | 0 | 37 | 122 | 31 | 45 | 106 | 54 |
| Binary | 11000000 | 10000100 | 100010 | 0 | 11111 | 1010010 | 11001 | 100101 | 1000110 | 101100 |
Color Harmonies of #C08422
Complementary color
Monochromatic Colors of #C08422
Black with #C08422
Text Example
Text Example
White with #C08422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08422; }
p { color: rgb(192,132,34); }
H1.HeaderClassName
{
color: #C08422;
}
.AnyTagClassName
{
color: #C08422;
}
</style>
background-color css
<style>
a { background-color: #C08422; }
a { background-color: rgb(192,132,34); }
div.DivClassName
{
background-color: #C08422;
}
.BgClassName
{
background-color: #C08422;
}
</style>
border-color css
<style>
span { border-color: #C08422; }
span { border-color: rgb(192,132,34); }
td.TdClassName
{
border-color: #C08422;
}
.TagClassName
{
border-color: #C08422;
}
</style>