Shades of Bronze Olive #59541C
Tints of Bronze Olive #59541C
RGB
CMYK
RGB Variations
Color information
#59541C (or 0x59541C) is known color: Bronze Olive. HEX triplet: 59, 54 and 1C. RGB value is (89,84,28). Sum of RGB (Red+Green+Blue) = 89+84+28=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59541C is #A6ABE3. Grayscale: #4F4F4F. Windows color (decimal): -10922980 or 1856601. OLE color: 1856601.
HSL color Cylindrical-coordinate representation of color #59541C: hue angle of 55.08º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59541C is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 84 | 28 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.65 |
| HSL | 55.08º | 0.52% | 0.23% | - |
| HSV(B) | 55.08º | 0.69% | 0.35% | - |
| XYZ | 7.5 | 8.55 | 2.35 | - |
| YUV | 79.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 28 | 0 | 0.06 | 0.69 | 0.65 | 55.08 | 0.52 | 0.23 |
| Hex | 59 | 54 | 1C | 0 | 6 | 45 | 41 | 37 | 34 | 17 |
| Octal | 131 | 124 | 34 | 0 | 6 | 105 | 101 | 67 | 64 | 27 |
| Binary | 1011001 | 1010100 | 11100 | 0 | 110 | 1000101 | 1000001 | 110111 | 110100 | 10111 |
Color Harmonies of #59541C
Complementary color
Monochromatic Colors of #59541C
Black with #59541C
Text Example
Text Example
White with #59541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59541C; }
p { color: rgb(89,84,28); }
H1.HeaderClassName
{
color: #59541C;
}
.AnyTagClassName
{
color: #59541C;
}
</style>
background-color css
<style>
a { background-color: #59541C; }
a { background-color: rgb(89,84,28); }
div.DivClassName
{
background-color: #59541C;
}
.BgClassName
{
background-color: #59541C;
}
</style>
border-color css
<style>
span { border-color: #59541C; }
span { border-color: rgb(89,84,28); }
td.TdClassName
{
border-color: #59541C;
}
.TagClassName
{
border-color: #59541C;
}
</style>