Shades of Bronze Olive #59521C
Tints of Bronze Olive #59521C
RGB
CMYK
RGB Variations
Color information
#59521C (or 0x59521C) is known color: Bronze Olive. HEX triplet: 59, 52 and 1C. RGB value is (89,82,28). Sum of RGB (Red+Green+Blue) = 89+82+28=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #59521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59521C is #A6ADE3. Grayscale: #4E4E4E. Windows color (decimal): -10923492 or 1856089. OLE color: 1856089.
HSL color Cylindrical-coordinate representation of color #59521C: hue angle of 53.11º 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 #59521C is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 28 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.65 |
| HSL | 53.11º | 0.52% | 0.23% | - |
| HSV(B) | 53.11º | 0.69% | 0.35% | - |
| XYZ | 7.35 | 8.24 | 2.3 | - |
| YUV | 77.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 28 | 0 | 0.08 | 0.69 | 0.65 | 53.11 | 0.52 | 0.23 |
| Hex | 59 | 52 | 1C | 0 | 8 | 45 | 41 | 35 | 34 | 17 |
| Octal | 131 | 122 | 34 | 0 | 10 | 105 | 101 | 65 | 64 | 27 |
| Binary | 1011001 | 1010010 | 11100 | 0 | 1000 | 1000101 | 1000001 | 110101 | 110100 | 10111 |
Color Harmonies of #59521C
Complementary color
Monochromatic Colors of #59521C
Black with #59521C
Text Example
Text Example
White with #59521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59521C; }
p { color: rgb(89,82,28); }
H1.HeaderClassName
{
color: #59521C;
}
.AnyTagClassName
{
color: #59521C;
}
</style>
background-color css
<style>
a { background-color: #59521C; }
a { background-color: rgb(89,82,28); }
div.DivClassName
{
background-color: #59521C;
}
.BgClassName
{
background-color: #59521C;
}
</style>
border-color css
<style>
span { border-color: #59521C; }
span { border-color: rgb(89,82,28); }
td.TdClassName
{
border-color: #59521C;
}
.TagClassName
{
border-color: #59521C;
}
</style>