Shades of Geebung #C58425
Tints of Geebung #C58425
RGB
CMYK
RGB Variations
Color information
#C58425 (or 0xC58425) is known color: Geebung. HEX triplet: C5, 84 and 25. RGB value is (197,132,37). Sum of RGB (Red+Green+Blue) = 197+132+37=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C58425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58425 is #3A7BDA. Grayscale: #8D8D8D. Windows color (decimal): -3832795 or 2458821. OLE color: 2458821.
HSL color Cylindrical-coordinate representation of color #C58425: hue angle of 35.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C58425 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 37 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.23 |
| HSL | 35.63º | 0.68% | 0.46% | - |
| HSV(B) | 35.63º | 0.81% | 0.77% | - |
| XYZ | 31.61 | 28.51 | 5.59 | - |
| YUV | 140.61 | 69.53 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 37 | 0 | 0.33 | 0.81 | 0.23 | 35.63 | 0.68 | 0.46 |
| Hex | C5 | 84 | 25 | 0 | 21 | 51 | 17 | 24 | 44 | 2E |
| Octal | 305 | 204 | 45 | 0 | 41 | 121 | 27 | 44 | 104 | 56 |
| Binary | 11000101 | 10000100 | 100101 | 0 | 100001 | 1010001 | 10111 | 100100 | 1000100 | 101110 |
Color Harmonies of #C58425
Complementary color
Monochromatic Colors of #C58425
Black with #C58425
Text Example
Text Example
White with #C58425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58425; }
p { color: rgb(197,132,37); }
H1.HeaderClassName
{
color: #C58425;
}
.AnyTagClassName
{
color: #C58425;
}
</style>
background-color css
<style>
a { background-color: #C58425; }
a { background-color: rgb(197,132,37); }
div.DivClassName
{
background-color: #C58425;
}
.BgClassName
{
background-color: #C58425;
}
</style>
border-color css
<style>
span { border-color: #C58425; }
span { border-color: rgb(197,132,37); }
td.TdClassName
{
border-color: #C58425;
}
.TagClassName
{
border-color: #C58425;
}
</style>