Shades of Bronze Olive #595225
Tints of Bronze Olive #595225
RGB
CMYK
RGB Variations
Color information
#595225 (or 0x595225) is known color: Bronze Olive. HEX triplet: 59, 52 and 25. RGB value is (89,82,37). Sum of RGB (Red+Green+Blue) = 89+82+37=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #595225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595225 is #A6ADDA. Grayscale: #4F4F4F. Windows color (decimal): -10923483 or 2445913. OLE color: 2445913.
HSL color Cylindrical-coordinate representation of color #595225: hue angle of 51.92º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #595225 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 37 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.65 |
| HSL | 51.92º | 0.41% | 0.25% | - |
| HSV(B) | 51.92º | 0.58% | 0.35% | - |
| XYZ | 7.47 | 8.29 | 2.96 | - |
| YUV | 78.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 37 | 0 | 0.08 | 0.58 | 0.65 | 51.92 | 0.41 | 0.25 |
| Hex | 59 | 52 | 25 | 0 | 8 | 3A | 41 | 34 | 29 | 19 |
| Octal | 131 | 122 | 45 | 0 | 10 | 72 | 101 | 64 | 51 | 31 |
| Binary | 1011001 | 1010010 | 100101 | 0 | 1000 | 111010 | 1000001 | 110100 | 101001 | 11001 |
Color Harmonies of #595225
Complementary color
Monochromatic Colors of #595225
Black with #595225
Text Example
Text Example
White with #595225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595225; }
p { color: rgb(89,82,37); }
H1.HeaderClassName
{
color: #595225;
}
.AnyTagClassName
{
color: #595225;
}
</style>
background-color css
<style>
a { background-color: #595225; }
a { background-color: rgb(89,82,37); }
div.DivClassName
{
background-color: #595225;
}
.BgClassName
{
background-color: #595225;
}
</style>
border-color css
<style>
span { border-color: #595225; }
span { border-color: rgb(89,82,37); }
td.TdClassName
{
border-color: #595225;
}
.TagClassName
{
border-color: #595225;
}
</style>