Shades of Geebung #C28927
Tints of Geebung #C28927
RGB
CMYK
RGB Variations
Color information
#C28927 (or 0xC28927) is known color: Geebung. HEX triplet: C2, 89 and 27. RGB value is (194,137,39). Sum of RGB (Red+Green+Blue) = 194+137+39=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C28927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28927 is #3D76D8. Grayscale: #8F8F8F. Windows color (decimal): -4028121 or 2591170. OLE color: 2591170.
HSL color Cylindrical-coordinate representation of color #C28927: hue angle of 37.94º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C28927 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 39 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.24 |
| HSL | 37.94º | 0.67% | 0.46% | - |
| HSV(B) | 37.94º | 0.8% | 0.76% | - |
| XYZ | 31.56 | 29.51 | 5.95 | - |
| YUV | 142.87 | 69.38 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 39 | 0 | 0.29 | 0.80 | 0.24 | 37.94 | 0.67 | 0.46 |
| Hex | C2 | 89 | 27 | 0 | 1D | 50 | 18 | 26 | 43 | 2E |
| Octal | 302 | 211 | 47 | 0 | 35 | 120 | 30 | 46 | 103 | 56 |
| Binary | 11000010 | 10001001 | 100111 | 0 | 11101 | 1010000 | 11000 | 100110 | 1000011 | 101110 |
Color Harmonies of #C28927
Complementary color
Monochromatic Colors of #C28927
Black with #C28927
Text Example
Text Example
White with #C28927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28927; }
p { color: rgb(194,137,39); }
H1.HeaderClassName
{
color: #C28927;
}
.AnyTagClassName
{
color: #C28927;
}
</style>
background-color css
<style>
a { background-color: #C28927; }
a { background-color: rgb(194,137,39); }
div.DivClassName
{
background-color: #C28927;
}
.BgClassName
{
background-color: #C28927;
}
</style>
border-color css
<style>
span { border-color: #C28927; }
span { border-color: rgb(194,137,39); }
td.TdClassName
{
border-color: #C28927;
}
.TagClassName
{
border-color: #C28927;
}
</style>