Shades of Geebung #C28934
Tints of Geebung #C28934
RGB
CMYK
RGB Variations
Color information
#C28934 (or 0xC28934) is known color: Geebung. HEX triplet: C2, 89 and 34. RGB value is (194,137,52). Sum of RGB (Red+Green+Blue) = 194+137+52=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C28934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28934 is #3D76CB. Grayscale: #909090. Windows color (decimal): -4028108 or 3443138. OLE color: 3443138.
HSL color Cylindrical-coordinate representation of color #C28934: hue angle of 35.92º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C28934 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 52 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.24 |
| HSL | 35.92º | 0.58% | 0.48% | - |
| HSV(B) | 35.92º | 0.73% | 0.76% | - |
| XYZ | 31.81 | 29.61 | 7.29 | - |
| YUV | 144.35 | 75.88 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 52 | 0 | 0.29 | 0.73 | 0.24 | 35.92 | 0.58 | 0.48 |
| Hex | C2 | 89 | 34 | 0 | 1D | 49 | 18 | 24 | 3A | 30 |
| Octal | 302 | 211 | 64 | 0 | 35 | 111 | 30 | 44 | 72 | 60 |
| Binary | 11000010 | 10001001 | 110100 | 0 | 11101 | 1001001 | 11000 | 100100 | 111010 | 110000 |
Color Harmonies of #C28934
Complementary color
Monochromatic Colors of #C28934
Black with #C28934
Text Example
Text Example
White with #C28934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28934; }
p { color: rgb(194,137,52); }
H1.HeaderClassName
{
color: #C28934;
}
.AnyTagClassName
{
color: #C28934;
}
</style>
background-color css
<style>
a { background-color: #C28934; }
a { background-color: rgb(194,137,52); }
div.DivClassName
{
background-color: #C28934;
}
.BgClassName
{
background-color: #C28934;
}
</style>
border-color css
<style>
span { border-color: #C28934; }
span { border-color: rgb(194,137,52); }
td.TdClassName
{
border-color: #C28934;
}
.TagClassName
{
border-color: #C28934;
}
</style>