Shades of Geebung #C28531
Tints of Geebung #C28531
RGB
CMYK
RGB Variations
Color information
#C28531 (or 0xC28531) is known color: Geebung. HEX triplet: C2, 85 and 31. RGB value is (194,133,49). Sum of RGB (Red+Green+Blue) = 194+133+49=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C28531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28531 is #3D7ACE. Grayscale: #8E8E8E. Windows color (decimal): -4029135 or 3245506. OLE color: 3245506.
HSL color Cylindrical-coordinate representation of color #C28531: hue angle of 34.76º 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 #C28531 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 49 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.24 |
| HSL | 34.76º | 0.6% | 0.48% | - |
| HSV(B) | 34.76º | 0.75% | 0.76% | - |
| XYZ | 31.19 | 28.47 | 6.76 | - |
| YUV | 141.66 | 75.71 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 49 | 0 | 0.31 | 0.75 | 0.24 | 34.76 | 0.6 | 0.48 |
| Hex | C2 | 85 | 31 | 0 | 1F | 4B | 18 | 23 | 3C | 30 |
| Octal | 302 | 205 | 61 | 0 | 37 | 113 | 30 | 43 | 74 | 60 |
| Binary | 11000010 | 10000101 | 110001 | 0 | 11111 | 1001011 | 11000 | 100011 | 111100 | 110000 |
Color Harmonies of #C28531
Complementary color
Monochromatic Colors of #C28531
Black with #C28531
Text Example
Text Example
White with #C28531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28531; }
p { color: rgb(194,133,49); }
H1.HeaderClassName
{
color: #C28531;
}
.AnyTagClassName
{
color: #C28531;
}
</style>
background-color css
<style>
a { background-color: #C28531; }
a { background-color: rgb(194,133,49); }
div.DivClassName
{
background-color: #C28531;
}
.BgClassName
{
background-color: #C28531;
}
</style>
border-color css
<style>
span { border-color: #C28531; }
span { border-color: rgb(194,133,49); }
td.TdClassName
{
border-color: #C28531;
}
.TagClassName
{
border-color: #C28531;
}
</style>