Shades of Geebung #C28031
Tints of Geebung #C28031
RGB
CMYK
RGB Variations
Color information
#C28031 (or 0xC28031) is known color: Geebung. HEX triplet: C2, 80 and 31. RGB value is (194,128,49). Sum of RGB (Red+Green+Blue) = 194+128+49=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C28031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28031 is #3D7FCE. Grayscale: #8B8B8B. Windows color (decimal): -4030415 or 3244226. OLE color: 3244226.
HSL color Cylindrical-coordinate representation of color #C28031: hue angle of 32.69º 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 #C28031 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 49 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.24 |
| HSL | 32.69º | 0.6% | 0.48% | - |
| HSV(B) | 32.69º | 0.75% | 0.76% | - |
| XYZ | 30.52 | 27.13 | 6.53 | - |
| YUV | 138.73 | 77.37 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 49 | 0 | 0.34 | 0.75 | 0.24 | 32.69 | 0.6 | 0.48 |
| Hex | C2 | 80 | 31 | 0 | 22 | 4B | 18 | 21 | 3C | 30 |
| Octal | 302 | 200 | 61 | 0 | 42 | 113 | 30 | 41 | 74 | 60 |
| Binary | 11000010 | 10000000 | 110001 | 0 | 100010 | 1001011 | 11000 | 100001 | 111100 | 110000 |
Color Harmonies of #C28031
Complementary color
Monochromatic Colors of #C28031
Black with #C28031
Text Example
Text Example
White with #C28031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28031; }
p { color: rgb(194,128,49); }
H1.HeaderClassName
{
color: #C28031;
}
.AnyTagClassName
{
color: #C28031;
}
</style>
background-color css
<style>
a { background-color: #C28031; }
a { background-color: rgb(194,128,49); }
div.DivClassName
{
background-color: #C28031;
}
.BgClassName
{
background-color: #C28031;
}
</style>
border-color css
<style>
span { border-color: #C28031; }
span { border-color: rgb(194,128,49); }
td.TdClassName
{
border-color: #C28031;
}
.TagClassName
{
border-color: #C28031;
}
</style>