Shades of Bronze Olive #594B13
Tints of Bronze Olive #594B13
RGB
CMYK
RGB Variations
Color information
#594B13 (or 0x594B13) is known color: Bronze Olive. HEX triplet: 59, 4B and 13. RGB value is (89,75,19). Sum of RGB (Red+Green+Blue) = 89+75+19=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #594B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594B13 is #A6B4EC. Grayscale: #494949. Windows color (decimal): -10925293 or 1264473. OLE color: 1264473.
HSL color Cylindrical-coordinate representation of color #594B13: hue angle of 48º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #594B13 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 75 | 19 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.65 |
| HSL | 48º | 0.65% | 0.21% | - |
| HSV(B) | 48º | 0.79% | 0.35% | - |
| XYZ | 6.75 | 7.2 | 1.65 | - |
| YUV | 72.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 19 | 0 | 0.16 | 0.79 | 0.65 | 48 | 0.65 | 0.21 |
| Hex | 59 | 4B | 13 | 0 | 10 | 4F | 41 | 30 | 41 | 15 |
| Octal | 131 | 113 | 23 | 0 | 20 | 117 | 101 | 60 | 101 | 25 |
| Binary | 1011001 | 1001011 | 10011 | 0 | 10000 | 1001111 | 1000001 | 110000 | 1000001 | 10101 |
Color Harmonies of #594B13
Complementary color
Monochromatic Colors of #594B13
Black with #594B13
Text Example
Text Example
White with #594B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B13; }
p { color: rgb(89,75,19); }
H1.HeaderClassName
{
color: #594B13;
}
.AnyTagClassName
{
color: #594B13;
}
</style>
background-color css
<style>
a { background-color: #594B13; }
a { background-color: rgb(89,75,19); }
div.DivClassName
{
background-color: #594B13;
}
.BgClassName
{
background-color: #594B13;
}
</style>
border-color css
<style>
span { border-color: #594B13; }
span { border-color: rgb(89,75,19); }
td.TdClassName
{
border-color: #594B13;
}
.TagClassName
{
border-color: #594B13;
}
</style>