Shades of Geebung #C5832B
Tints of Geebung #C5832B
RGB
CMYK
RGB Variations
Color information
#C5832B (or 0xC5832B) is known color: Geebung. HEX triplet: C5, 83 and 2B. RGB value is (197,131,43). Sum of RGB (Red+Green+Blue) = 197+131+43=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5832B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5832B is #3A7CD4. Grayscale: #8D8D8D. Windows color (decimal): -3833045 or 2851781. OLE color: 2851781.
HSL color Cylindrical-coordinate representation of color #C5832B: hue angle of 34.29º degrees, saturation: 0.64, 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 #C5832B is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 43 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.23 |
| HSL | 34.29º | 0.64% | 0.47% | - |
| HSV(B) | 34.29º | 0.78% | 0.77% | - |
| XYZ | 31.58 | 28.28 | 6.08 | - |
| YUV | 140.7 | 72.87 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 43 | 0 | 0.34 | 0.78 | 0.23 | 34.29 | 0.64 | 0.47 |
| Hex | C5 | 83 | 2B | 0 | 22 | 4E | 17 | 22 | 40 | 2F |
| Octal | 305 | 203 | 53 | 0 | 42 | 116 | 27 | 42 | 100 | 57 |
| Binary | 11000101 | 10000011 | 101011 | 0 | 100010 | 1001110 | 10111 | 100010 | 1000000 | 101111 |
Color Harmonies of #C5832B
Complementary color
Monochromatic Colors of #C5832B
Black with #C5832B
Text Example
Text Example
White with #C5832B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5832B; }
p { color: rgb(197,131,43); }
H1.HeaderClassName
{
color: #C5832B;
}
.AnyTagClassName
{
color: #C5832B;
}
</style>
background-color css
<style>
a { background-color: #C5832B; }
a { background-color: rgb(197,131,43); }
div.DivClassName
{
background-color: #C5832B;
}
.BgClassName
{
background-color: #C5832B;
}
</style>
border-color css
<style>
span { border-color: #C5832B; }
span { border-color: rgb(197,131,43); }
td.TdClassName
{
border-color: #C5832B;
}
.TagClassName
{
border-color: #C5832B;
}
</style>