Shades of Geebung #C58131
Tints of Geebung #C58131
RGB
CMYK
RGB Variations
Color information
#C58131 (or 0xC58131) is known color: Geebung. HEX triplet: C5, 81 and 31. RGB value is (197,129,49). Sum of RGB (Red+Green+Blue) = 197+129+49=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C58131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58131 is #3A7ECE. Grayscale: #8C8C8C. Windows color (decimal): -3833551 or 3244485. OLE color: 3244485.
HSL color Cylindrical-coordinate representation of color #C58131: hue angle of 32.43º 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 #C58131 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 49 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.23 |
| HSL | 32.43º | 0.6% | 0.48% | - |
| HSV(B) | 32.43º | 0.75% | 0.77% | - |
| XYZ | 31.43 | 27.79 | 6.61 | - |
| YUV | 140.21 | 76.53 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 49 | 0 | 0.35 | 0.75 | 0.23 | 32.43 | 0.6 | 0.48 |
| Hex | C5 | 81 | 31 | 0 | 23 | 4B | 17 | 20 | 3C | 30 |
| Octal | 305 | 201 | 61 | 0 | 43 | 113 | 27 | 40 | 74 | 60 |
| Binary | 11000101 | 10000001 | 110001 | 0 | 100011 | 1001011 | 10111 | 100000 | 111100 | 110000 |
Color Harmonies of #C58131
Complementary color
Monochromatic Colors of #C58131
Black with #C58131
Text Example
Text Example
White with #C58131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58131; }
p { color: rgb(197,129,49); }
H1.HeaderClassName
{
color: #C58131;
}
.AnyTagClassName
{
color: #C58131;
}
</style>
background-color css
<style>
a { background-color: #C58131; }
a { background-color: rgb(197,129,49); }
div.DivClassName
{
background-color: #C58131;
}
.BgClassName
{
background-color: #C58131;
}
</style>
border-color css
<style>
span { border-color: #C58131; }
span { border-color: rgb(197,129,49); }
td.TdClassName
{
border-color: #C58131;
}
.TagClassName
{
border-color: #C58131;
}
</style>