Shades of Bronze Olive #59531A
Tints of Bronze Olive #59531A
RGB
CMYK
RGB Variations
Color information
#59531A (or 0x59531A) is known color: Bronze Olive. HEX triplet: 59, 53 and 1A. RGB value is (89,83,26). Sum of RGB (Red+Green+Blue) = 89+83+26=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #59531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59531A is #A6ACE5. Grayscale: #4E4E4E. Windows color (decimal): -10923238 or 1725273. OLE color: 1725273.
HSL color Cylindrical-coordinate representation of color #59531A: hue angle of 54.29º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59531A is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 83 | 26 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.65 |
| HSL | 54.29º | 0.55% | 0.23% | - |
| HSV(B) | 54.29º | 0.71% | 0.35% | - |
| XYZ | 7.4 | 8.38 | 2.21 | - |
| YUV | 78.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 26 | 0 | 0.07 | 0.71 | 0.65 | 54.29 | 0.55 | 0.23 |
| Hex | 59 | 53 | 1A | 0 | 7 | 47 | 41 | 36 | 37 | 17 |
| Octal | 131 | 123 | 32 | 0 | 7 | 107 | 101 | 66 | 67 | 27 |
| Binary | 1011001 | 1010011 | 11010 | 0 | 111 | 1000111 | 1000001 | 110110 | 110111 | 10111 |
Color Harmonies of #59531A
Complementary color
Monochromatic Colors of #59531A
Black with #59531A
Text Example
Text Example
White with #59531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59531A; }
p { color: rgb(89,83,26); }
H1.HeaderClassName
{
color: #59531A;
}
.AnyTagClassName
{
color: #59531A;
}
</style>
background-color css
<style>
a { background-color: #59531A; }
a { background-color: rgb(89,83,26); }
div.DivClassName
{
background-color: #59531A;
}
.BgClassName
{
background-color: #59531A;
}
</style>
border-color css
<style>
span { border-color: #59531A; }
span { border-color: rgb(89,83,26); }
td.TdClassName
{
border-color: #59531A;
}
.TagClassName
{
border-color: #59531A;
}
</style>