Shades of Bronze Olive #59530B
Tints of Bronze Olive #59530B
RGB
CMYK
RGB Variations
Color information
#59530B (or 0x59530B) is known color: Bronze Olive. HEX triplet: 59, 53 and 0B. RGB value is (89,83,11). Sum of RGB (Red+Green+Blue) = 89+83+11=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59530B is #A6ACF4. Grayscale: #4C4C4C. Windows color (decimal): -10923253 or 742233. OLE color: 742233.
HSL color Cylindrical-coordinate representation of color #59530B: hue angle of 55.38º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59530B is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 83 | 11 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.65 |
| HSL | 55.38º | 0.78% | 0.2% | - |
| HSV(B) | 55.38º | 0.88% | 0.35% | - |
| XYZ | 7.27 | 8.33 | 1.54 | - |
| YUV | 76.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 11 | 0 | 0.07 | 0.88 | 0.65 | 55.38 | 0.78 | 0.2 |
| Hex | 59 | 53 | B | 0 | 7 | 58 | 41 | 37 | 4E | 14 |
| Octal | 131 | 123 | 13 | 0 | 7 | 130 | 101 | 67 | 116 | 24 |
| Binary | 1011001 | 1010011 | 1011 | 0 | 111 | 1011000 | 1000001 | 110111 | 1001110 | 10100 |
Color Harmonies of #59530B
Complementary color
Monochromatic Colors of #59530B
Black with #59530B
Text Example
Text Example
White with #59530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59530B; }
p { color: rgb(89,83,11); }
H1.HeaderClassName
{
color: #59530B;
}
.AnyTagClassName
{
color: #59530B;
}
</style>
background-color css
<style>
a { background-color: #59530B; }
a { background-color: rgb(89,83,11); }
div.DivClassName
{
background-color: #59530B;
}
.BgClassName
{
background-color: #59530B;
}
</style>
border-color css
<style>
span { border-color: #59530B; }
span { border-color: rgb(89,83,11); }
td.TdClassName
{
border-color: #59530B;
}
.TagClassName
{
border-color: #59530B;
}
</style>