Shades of Geebung #C58526
Tints of Geebung #C58526
RGB
CMYK
RGB Variations
Color information
#C58526 (or 0xC58526) is known color: Geebung. HEX triplet: C5, 85 and 26. RGB value is (197,133,38). Sum of RGB (Red+Green+Blue) = 197+133+38=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C58526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58526 is #3A7AD9. Grayscale: #8D8D8D. Windows color (decimal): -3832538 or 2524613. OLE color: 2524613.
HSL color Cylindrical-coordinate representation of color #C58526: hue angle of 35.85º 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 #C58526 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 38 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.23 |
| HSL | 35.85º | 0.68% | 0.46% | - |
| HSV(B) | 35.85º | 0.81% | 0.77% | - |
| XYZ | 31.76 | 28.79 | 5.72 | - |
| YUV | 141.31 | 69.7 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 38 | 0 | 0.32 | 0.81 | 0.23 | 35.85 | 0.68 | 0.46 |
| Hex | C5 | 85 | 26 | 0 | 20 | 51 | 17 | 24 | 44 | 2E |
| Octal | 305 | 205 | 46 | 0 | 40 | 121 | 27 | 44 | 104 | 56 |
| Binary | 11000101 | 10000101 | 100110 | 0 | 100000 | 1010001 | 10111 | 100100 | 1000100 | 101110 |
Color Harmonies of #C58526
Complementary color
Monochromatic Colors of #C58526
Black with #C58526
Text Example
Text Example
White with #C58526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58526; }
p { color: rgb(197,133,38); }
H1.HeaderClassName
{
color: #C58526;
}
.AnyTagClassName
{
color: #C58526;
}
</style>
background-color css
<style>
a { background-color: #C58526; }
a { background-color: rgb(197,133,38); }
div.DivClassName
{
background-color: #C58526;
}
.BgClassName
{
background-color: #C58526;
}
</style>
border-color css
<style>
span { border-color: #C58526; }
span { border-color: rgb(197,133,38); }
td.TdClassName
{
border-color: #C58526;
}
.TagClassName
{
border-color: #C58526;
}
</style>