Shades of Geebung #C5882C
Tints of Geebung #C5882C
RGB
CMYK
RGB Variations
Color information
#C5882C (or 0xC5882C) is known color: Geebung. HEX triplet: C5, 88 and 2C. RGB value is (197,136,44). Sum of RGB (Red+Green+Blue) = 197+136+44=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5882C is #3A77D3. Grayscale: #909090. Windows color (decimal): -3831764 or 2918597. OLE color: 2918597.
HSL color Cylindrical-coordinate representation of color #C5882C: hue angle of 36.08º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5882C is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 44 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.23 |
| HSL | 36.08º | 0.63% | 0.47% | - |
| HSV(B) | 36.08º | 0.78% | 0.77% | - |
| XYZ | 32.28 | 29.66 | 6.41 | - |
| YUV | 143.75 | 71.71 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 44 | 0 | 0.31 | 0.78 | 0.23 | 36.08 | 0.63 | 0.47 |
| Hex | C5 | 88 | 2C | 0 | 1F | 4E | 17 | 24 | 3F | 2F |
| Octal | 305 | 210 | 54 | 0 | 37 | 116 | 27 | 44 | 77 | 57 |
| Binary | 11000101 | 10001000 | 101100 | 0 | 11111 | 1001110 | 10111 | 100100 | 111111 | 101111 |
Color Harmonies of #C5882C
Complementary color
Monochromatic Colors of #C5882C
Black with #C5882C
Text Example
Text Example
White with #C5882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5882C; }
p { color: rgb(197,136,44); }
H1.HeaderClassName
{
color: #C5882C;
}
.AnyTagClassName
{
color: #C5882C;
}
</style>
background-color css
<style>
a { background-color: #C5882C; }
a { background-color: rgb(197,136,44); }
div.DivClassName
{
background-color: #C5882C;
}
.BgClassName
{
background-color: #C5882C;
}
</style>
border-color css
<style>
span { border-color: #C5882C; }
span { border-color: rgb(197,136,44); }
td.TdClassName
{
border-color: #C5882C;
}
.TagClassName
{
border-color: #C5882C;
}
</style>