Shades of Geebung #C28431
Tints of Geebung #C28431
RGB
CMYK
RGB Variations
Color information
#C28431 (or 0xC28431) is known color: Geebung. HEX triplet: C2, 84 and 31. RGB value is (194,132,49). Sum of RGB (Red+Green+Blue) = 194+132+49=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C28431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28431 is #3D7BCE. Grayscale: #8D8D8D. Windows color (decimal): -4029391 or 3245250. OLE color: 3245250.
HSL color Cylindrical-coordinate representation of color #C28431: hue angle of 34.34º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C28431 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 49 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.24 |
| HSL | 34.34º | 0.6% | 0.48% | - |
| HSV(B) | 34.34º | 0.75% | 0.76% | - |
| XYZ | 31.05 | 28.19 | 6.71 | - |
| YUV | 141.08 | 76.04 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 49 | 0 | 0.32 | 0.75 | 0.24 | 34.34 | 0.6 | 0.48 |
| Hex | C2 | 84 | 31 | 0 | 20 | 4B | 18 | 22 | 3C | 30 |
| Octal | 302 | 204 | 61 | 0 | 40 | 113 | 30 | 42 | 74 | 60 |
| Binary | 11000010 | 10000100 | 110001 | 0 | 100000 | 1001011 | 11000 | 100010 | 111100 | 110000 |
Color Harmonies of #C28431
Complementary color
Monochromatic Colors of #C28431
Black with #C28431
Text Example
Text Example
White with #C28431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28431; }
p { color: rgb(194,132,49); }
H1.HeaderClassName
{
color: #C28431;
}
.AnyTagClassName
{
color: #C28431;
}
</style>
background-color css
<style>
a { background-color: #C28431; }
a { background-color: rgb(194,132,49); }
div.DivClassName
{
background-color: #C28431;
}
.BgClassName
{
background-color: #C28431;
}
</style>
border-color css
<style>
span { border-color: #C28431; }
span { border-color: rgb(194,132,49); }
td.TdClassName
{
border-color: #C28431;
}
.TagClassName
{
border-color: #C28431;
}
</style>