Shades of Geebung #C58631
Tints of Geebung #C58631
RGB
CMYK
RGB Variations
Color information
#C58631 (or 0xC58631) is known color: Geebung. HEX triplet: C5, 86 and 31. RGB value is (197,134,49). Sum of RGB (Red+Green+Blue) = 197+134+49=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C58631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58631 is #3A79CE. Grayscale: #8F8F8F. Windows color (decimal): -3832271 or 3245765. OLE color: 3245765.
HSL color Cylindrical-coordinate representation of color #C58631: hue angle of 34.46º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C58631 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 49 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.23 |
| HSL | 34.46º | 0.6% | 0.48% | - |
| HSV(B) | 34.46º | 0.75% | 0.77% | - |
| XYZ | 32.11 | 29.14 | 6.84 | - |
| YUV | 143.15 | 74.87 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 49 | 0 | 0.32 | 0.75 | 0.23 | 34.46 | 0.6 | 0.48 |
| Hex | C5 | 86 | 31 | 0 | 20 | 4B | 17 | 22 | 3C | 30 |
| Octal | 305 | 206 | 61 | 0 | 40 | 113 | 27 | 42 | 74 | 60 |
| Binary | 11000101 | 10000110 | 110001 | 0 | 100000 | 1001011 | 10111 | 100010 | 111100 | 110000 |
Color Harmonies of #C58631
Complementary color
Monochromatic Colors of #C58631
Black with #C58631
Text Example
Text Example
White with #C58631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58631; }
p { color: rgb(197,134,49); }
H1.HeaderClassName
{
color: #C58631;
}
.AnyTagClassName
{
color: #C58631;
}
</style>
background-color css
<style>
a { background-color: #C58631; }
a { background-color: rgb(197,134,49); }
div.DivClassName
{
background-color: #C58631;
}
.BgClassName
{
background-color: #C58631;
}
</style>
border-color css
<style>
span { border-color: #C58631; }
span { border-color: rgb(197,134,49); }
td.TdClassName
{
border-color: #C58631;
}
.TagClassName
{
border-color: #C58631;
}
</style>