Shades of Bronze Olive #595123
Tints of Bronze Olive #595123
RGB
CMYK
RGB Variations
Color information
#595123 (or 0x595123) is known color: Bronze Olive. HEX triplet: 59, 51 and 23. RGB value is (89,81,35). Sum of RGB (Red+Green+Blue) = 89+81+35=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #595123 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595123 is #A6AEDC. Grayscale: #4E4E4E. Windows color (decimal): -10923741 or 2314585. OLE color: 2314585.
HSL color Cylindrical-coordinate representation of color #595123: hue angle of 51.11º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #595123 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 35 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.65 |
| HSL | 51.11º | 0.44% | 0.24% | - |
| HSV(B) | 51.11º | 0.61% | 0.35% | - |
| XYZ | 7.37 | 8.13 | 2.77 | - |
| YUV | 78.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 35 | 0 | 0.09 | 0.61 | 0.65 | 51.11 | 0.44 | 0.24 |
| Hex | 59 | 51 | 23 | 0 | 9 | 3D | 41 | 33 | 2C | 18 |
| Octal | 131 | 121 | 43 | 0 | 11 | 75 | 101 | 63 | 54 | 30 |
| Binary | 1011001 | 1010001 | 100011 | 0 | 1001 | 111101 | 1000001 | 110011 | 101100 | 11000 |
Color Harmonies of #595123
Complementary color
Monochromatic Colors of #595123
Black with #595123
Text Example
Text Example
White with #595123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595123; }
p { color: rgb(89,81,35); }
H1.HeaderClassName
{
color: #595123;
}
.AnyTagClassName
{
color: #595123;
}
</style>
background-color css
<style>
a { background-color: #595123; }
a { background-color: rgb(89,81,35); }
div.DivClassName
{
background-color: #595123;
}
.BgClassName
{
background-color: #595123;
}
</style>
border-color css
<style>
span { border-color: #595123; }
span { border-color: rgb(89,81,35); }
td.TdClassName
{
border-color: #595123;
}
.TagClassName
{
border-color: #595123;
}
</style>