Shades of Geebung #C08322
Tints of Geebung #C08322
RGB
CMYK
RGB Variations
Color information
#C08322 (or 0xC08322) is known color: Geebung. HEX triplet: C0, 83 and 22. RGB value is (192,131,34). Sum of RGB (Red+Green+Blue) = 192+131+34=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C08322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08322 is #3F7CDD. Grayscale: #8A8A8A. Windows color (decimal): -4160734 or 2261952. OLE color: 2261952.
HSL color Cylindrical-coordinate representation of color #C08322: hue angle of 36.84º 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 #C08322 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 34 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.25 |
| HSL | 36.84º | 0.7% | 0.44% | - |
| HSV(B) | 36.84º | 0.82% | 0.75% | - |
| XYZ | 30.14 | 27.55 | 5.24 | - |
| YUV | 138.18 | 69.21 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 34 | 0 | 0.32 | 0.82 | 0.25 | 36.84 | 0.7 | 0.44 |
| Hex | C0 | 83 | 22 | 0 | 20 | 52 | 19 | 25 | 46 | 2C |
| Octal | 300 | 203 | 42 | 0 | 40 | 122 | 31 | 45 | 106 | 54 |
| Binary | 11000000 | 10000011 | 100010 | 0 | 100000 | 1010010 | 11001 | 100101 | 1000110 | 101100 |
Color Harmonies of #C08322
Complementary color
Monochromatic Colors of #C08322
Black with #C08322
Text Example
Text Example
White with #C08322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08322; }
p { color: rgb(192,131,34); }
H1.HeaderClassName
{
color: #C08322;
}
.AnyTagClassName
{
color: #C08322;
}
</style>
background-color css
<style>
a { background-color: #C08322; }
a { background-color: rgb(192,131,34); }
div.DivClassName
{
background-color: #C08322;
}
.BgClassName
{
background-color: #C08322;
}
</style>
border-color css
<style>
span { border-color: #C08322; }
span { border-color: rgb(192,131,34); }
td.TdClassName
{
border-color: #C08322;
}
.TagClassName
{
border-color: #C08322;
}
</style>