Shades of Bronze Olive #594B19
Tints of Bronze Olive #594B19
RGB
CMYK
RGB Variations
Color information
#594B19 (or 0x594B19) is known color: Bronze Olive. HEX triplet: 59, 4B and 19. RGB value is (89,75,25). Sum of RGB (Red+Green+Blue) = 89+75+25=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #594B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594B19 is #A6B4E6. Grayscale: #494949. Windows color (decimal): -10925287 or 1657689. OLE color: 1657689.
HSL color Cylindrical-coordinate representation of color #594B19: hue angle of 46.88º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #594B19 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 75 | 25 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.65 |
| HSL | 46.88º | 0.56% | 0.22% | - |
| HSV(B) | 46.88º | 0.72% | 0.35% | - |
| XYZ | 6.81 | 7.23 | 1.96 | - |
| YUV | 73.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 25 | 0 | 0.16 | 0.72 | 0.65 | 46.88 | 0.56 | 0.22 |
| Hex | 59 | 4B | 19 | 0 | 10 | 48 | 41 | 2F | 38 | 16 |
| Octal | 131 | 113 | 31 | 0 | 20 | 110 | 101 | 57 | 70 | 26 |
| Binary | 1011001 | 1001011 | 11001 | 0 | 10000 | 1001000 | 1000001 | 101111 | 111000 | 10110 |
Color Harmonies of #594B19
Complementary color
Monochromatic Colors of #594B19
Black with #594B19
Text Example
Text Example
White with #594B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B19; }
p { color: rgb(89,75,25); }
H1.HeaderClassName
{
color: #594B19;
}
.AnyTagClassName
{
color: #594B19;
}
</style>
background-color css
<style>
a { background-color: #594B19; }
a { background-color: rgb(89,75,25); }
div.DivClassName
{
background-color: #594B19;
}
.BgClassName
{
background-color: #594B19;
}
</style>
border-color css
<style>
span { border-color: #594B19; }
span { border-color: rgb(89,75,25); }
td.TdClassName
{
border-color: #594B19;
}
.TagClassName
{
border-color: #594B19;
}
</style>