Shades of Geebung #C28422
Tints of Geebung #C28422
RGB
CMYK
RGB Variations
Color information
#C28422 (or 0xC28422) is known color: Geebung. HEX triplet: C2, 84 and 22. RGB value is (194,132,34). Sum of RGB (Red+Green+Blue) = 194+132+34=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C28422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28422 is #3D7BDD. Grayscale: #8B8B8B. Windows color (decimal): -4029406 or 2262210. OLE color: 2262210.
HSL color Cylindrical-coordinate representation of color #C28422: hue angle of 36.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C28422 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 34 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.24 |
| HSL | 36.75º | 0.7% | 0.45% | - |
| HSV(B) | 36.75º | 0.82% | 0.76% | - |
| XYZ | 30.79 | 28.09 | 5.31 | - |
| YUV | 139.37 | 68.54 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 34 | 0 | 0.32 | 0.82 | 0.24 | 36.75 | 0.7 | 0.45 |
| Hex | C2 | 84 | 22 | 0 | 20 | 52 | 18 | 25 | 46 | 2D |
| Octal | 302 | 204 | 42 | 0 | 40 | 122 | 30 | 45 | 106 | 55 |
| Binary | 11000010 | 10000100 | 100010 | 0 | 100000 | 1010010 | 11000 | 100101 | 1000110 | 101101 |
Color Harmonies of #C28422
Complementary color
Monochromatic Colors of #C28422
Black with #C28422
Text Example
Text Example
White with #C28422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28422; }
p { color: rgb(194,132,34); }
H1.HeaderClassName
{
color: #C28422;
}
.AnyTagClassName
{
color: #C28422;
}
</style>
background-color css
<style>
a { background-color: #C28422; }
a { background-color: rgb(194,132,34); }
div.DivClassName
{
background-color: #C28422;
}
.BgClassName
{
background-color: #C28422;
}
</style>
border-color css
<style>
span { border-color: #C28422; }
span { border-color: rgb(194,132,34); }
td.TdClassName
{
border-color: #C28422;
}
.TagClassName
{
border-color: #C28422;
}
</style>