Shades of Geebung #C5832E
Tints of Geebung #C5832E
RGB
CMYK
RGB Variations
Color information
#C5832E (or 0xC5832E) is known color: Geebung. HEX triplet: C5, 83 and 2E. RGB value is (197,131,46). Sum of RGB (Red+Green+Blue) = 197+131+46=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5832E is #3A7CD1. Grayscale: #8D8D8D. Windows color (decimal): -3833042 or 3048389. OLE color: 3048389.
HSL color Cylindrical-coordinate representation of color #C5832E: hue angle of 33.77º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5832E is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 46 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.23 |
| HSL | 33.77º | 0.62% | 0.48% | - |
| HSV(B) | 33.77º | 0.77% | 0.77% | - |
| XYZ | 31.64 | 28.3 | 6.38 | - |
| YUV | 141.04 | 74.37 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 46 | 0 | 0.34 | 0.77 | 0.23 | 33.77 | 0.62 | 0.48 |
| Hex | C5 | 83 | 2E | 0 | 22 | 4D | 17 | 22 | 3E | 30 |
| Octal | 305 | 203 | 56 | 0 | 42 | 115 | 27 | 42 | 76 | 60 |
| Binary | 11000101 | 10000011 | 101110 | 0 | 100010 | 1001101 | 10111 | 100010 | 111110 | 110000 |
Color Harmonies of #C5832E
Complementary color
Monochromatic Colors of #C5832E
Black with #C5832E
Text Example
Text Example
White with #C5832E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5832E; }
p { color: rgb(197,131,46); }
H1.HeaderClassName
{
color: #C5832E;
}
.AnyTagClassName
{
color: #C5832E;
}
</style>
background-color css
<style>
a { background-color: #C5832E; }
a { background-color: rgb(197,131,46); }
div.DivClassName
{
background-color: #C5832E;
}
.BgClassName
{
background-color: #C5832E;
}
</style>
border-color css
<style>
span { border-color: #C5832E; }
span { border-color: rgb(197,131,46); }
td.TdClassName
{
border-color: #C5832E;
}
.TagClassName
{
border-color: #C5832E;
}
</style>