Shades of Bronze Olive #595314
Tints of Bronze Olive #595314
RGB
CMYK
RGB Variations
Color information
#595314 (or 0x595314) is known color: Bronze Olive. HEX triplet: 59, 53 and 14. RGB value is (89,83,20). Sum of RGB (Red+Green+Blue) = 89+83+20=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #595314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595314 is #A6ACEB. Grayscale: #4D4D4D. Windows color (decimal): -10923244 or 1332057. OLE color: 1332057.
HSL color Cylindrical-coordinate representation of color #595314: hue angle of 54.78º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #595314 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 83 | 20 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.65 |
| HSL | 54.78º | 0.63% | 0.21% | - |
| HSV(B) | 54.78º | 0.78% | 0.35% | - |
| XYZ | 7.34 | 8.36 | 1.89 | - |
| YUV | 77.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 20 | 0 | 0.07 | 0.78 | 0.65 | 54.78 | 0.63 | 0.21 |
| Hex | 59 | 53 | 14 | 0 | 7 | 4E | 41 | 37 | 3F | 15 |
| Octal | 131 | 123 | 24 | 0 | 7 | 116 | 101 | 67 | 77 | 25 |
| Binary | 1011001 | 1010011 | 10100 | 0 | 111 | 1001110 | 1000001 | 110111 | 111111 | 10101 |
Color Harmonies of #595314
Complementary color
Monochromatic Colors of #595314
Black with #595314
Text Example
Text Example
White with #595314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595314; }
p { color: rgb(89,83,20); }
H1.HeaderClassName
{
color: #595314;
}
.AnyTagClassName
{
color: #595314;
}
</style>
background-color css
<style>
a { background-color: #595314; }
a { background-color: rgb(89,83,20); }
div.DivClassName
{
background-color: #595314;
}
.BgClassName
{
background-color: #595314;
}
</style>
border-color css
<style>
span { border-color: #595314; }
span { border-color: rgb(89,83,20); }
td.TdClassName
{
border-color: #595314;
}
.TagClassName
{
border-color: #595314;
}
</style>