Shades of Bronze Olive #595227
Tints of Bronze Olive #595227
RGB
CMYK
RGB Variations
Color information
#595227 (or 0x595227) is known color: Bronze Olive. HEX triplet: 59, 52 and 27. RGB value is (89,82,39). Sum of RGB (Red+Green+Blue) = 89+82+39=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #595227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595227 is #A6ADD8. Grayscale: #4F4F4F. Windows color (decimal): -10923481 or 2576985. OLE color: 2576985.
HSL color Cylindrical-coordinate representation of color #595227: hue angle of 51.6º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595227 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 39 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.65 |
| HSL | 51.6º | 0.39% | 0.25% | - |
| HSV(B) | 51.6º | 0.56% | 0.35% | - |
| XYZ | 7.5 | 8.3 | 3.13 | - |
| YUV | 79.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 39 | 0 | 0.08 | 0.56 | 0.65 | 51.6 | 0.39 | 0.25 |
| Hex | 59 | 52 | 27 | 0 | 8 | 38 | 41 | 34 | 27 | 19 |
| Octal | 131 | 122 | 47 | 0 | 10 | 70 | 101 | 64 | 47 | 31 |
| Binary | 1011001 | 1010010 | 100111 | 0 | 1000 | 111000 | 1000001 | 110100 | 100111 | 11001 |
Color Harmonies of #595227
Complementary color
Monochromatic Colors of #595227
Black with #595227
Text Example
Text Example
White with #595227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595227; }
p { color: rgb(89,82,39); }
H1.HeaderClassName
{
color: #595227;
}
.AnyTagClassName
{
color: #595227;
}
</style>
background-color css
<style>
a { background-color: #595227; }
a { background-color: rgb(89,82,39); }
div.DivClassName
{
background-color: #595227;
}
.BgClassName
{
background-color: #595227;
}
</style>
border-color css
<style>
span { border-color: #595227; }
span { border-color: rgb(89,82,39); }
td.TdClassName
{
border-color: #595227;
}
.TagClassName
{
border-color: #595227;
}
</style>