Shades of Geebung #C28122
Tints of Geebung #C28122
RGB
CMYK
RGB Variations
Color information
#C28122 (or 0xC28122) is known color: Geebung. HEX triplet: C2, 81 and 22. RGB value is (194,129,34). Sum of RGB (Red+Green+Blue) = 194+129+34=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C28122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28122 is #3D7EDD. Grayscale: #8A8A8A. Windows color (decimal): -4030174 or 2261442. OLE color: 2261442.
HSL color Cylindrical-coordinate representation of color #C28122: hue angle of 35.62º 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 #C28122 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 34 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.24 |
| HSL | 35.63º | 0.7% | 0.45% | - |
| HSV(B) | 35.63º | 0.82% | 0.76% | - |
| XYZ | 30.39 | 27.29 | 5.18 | - |
| YUV | 137.61 | 69.53 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 34 | 0 | 0.34 | 0.82 | 0.24 | 35.63 | 0.7 | 0.45 |
| Hex | C2 | 81 | 22 | 0 | 22 | 52 | 18 | 24 | 46 | 2D |
| Octal | 302 | 201 | 42 | 0 | 42 | 122 | 30 | 44 | 106 | 55 |
| Binary | 11000010 | 10000001 | 100010 | 0 | 100010 | 1010010 | 11000 | 100100 | 1000110 | 101101 |
Color Harmonies of #C28122
Complementary color
Monochromatic Colors of #C28122
Black with #C28122
Text Example
Text Example
White with #C28122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28122; }
p { color: rgb(194,129,34); }
H1.HeaderClassName
{
color: #C28122;
}
.AnyTagClassName
{
color: #C28122;
}
</style>
background-color css
<style>
a { background-color: #C28122; }
a { background-color: rgb(194,129,34); }
div.DivClassName
{
background-color: #C28122;
}
.BgClassName
{
background-color: #C28122;
}
</style>
border-color css
<style>
span { border-color: #C28122; }
span { border-color: rgb(194,129,34); }
td.TdClassName
{
border-color: #C28122;
}
.TagClassName
{
border-color: #C28122;
}
</style>