Shades of Geebung #C28926
Tints of Geebung #C28926
RGB
CMYK
RGB Variations
Color information
#C28926 (or 0xC28926) is known color: Geebung. HEX triplet: C2, 89 and 26. RGB value is (194,137,38). Sum of RGB (Red+Green+Blue) = 194+137+38=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C28926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28926 is #3D76D9. Grayscale: #8F8F8F. Windows color (decimal): -4028122 or 2525634. OLE color: 2525634.
HSL color Cylindrical-coordinate representation of color #C28926: hue angle of 38.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C28926 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 38 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.24 |
| HSL | 38.08º | 0.67% | 0.45% | - |
| HSV(B) | 38.08º | 0.8% | 0.76% | - |
| XYZ | 31.54 | 29.5 | 5.87 | - |
| YUV | 142.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 38 | 0 | 0.29 | 0.80 | 0.24 | 38.08 | 0.67 | 0.45 |
| Hex | C2 | 89 | 26 | 0 | 1D | 50 | 18 | 26 | 43 | 2D |
| Octal | 302 | 211 | 46 | 0 | 35 | 120 | 30 | 46 | 103 | 55 |
| Binary | 11000010 | 10001001 | 100110 | 0 | 11101 | 1010000 | 11000 | 100110 | 1000011 | 101101 |
Color Harmonies of #C28926
Complementary color
Monochromatic Colors of #C28926
Black with #C28926
Text Example
Text Example
White with #C28926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28926; }
p { color: rgb(194,137,38); }
H1.HeaderClassName
{
color: #C28926;
}
.AnyTagClassName
{
color: #C28926;
}
</style>
background-color css
<style>
a { background-color: #C28926; }
a { background-color: rgb(194,137,38); }
div.DivClassName
{
background-color: #C28926;
}
.BgClassName
{
background-color: #C28926;
}
</style>
border-color css
<style>
span { border-color: #C28926; }
span { border-color: rgb(194,137,38); }
td.TdClassName
{
border-color: #C28926;
}
.TagClassName
{
border-color: #C28926;
}
</style>