Shades of Bronze Olive #594B10
Tints of Bronze Olive #594B10
RGB
CMYK
RGB Variations
Color information
#594B10 (or 0x594B10) is known color: Bronze Olive. HEX triplet: 59, 4B and 10. RGB value is (89,75,16). Sum of RGB (Red+Green+Blue) = 89+75+16=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #594B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594B10 is #A6B4EF. Grayscale: #484848. Windows color (decimal): -10925296 or 1067865. OLE color: 1067865.
HSL color Cylindrical-coordinate representation of color #594B10: hue angle of 48.49º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #594B10 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 75 | 16 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.65 |
| HSL | 48.49º | 0.7% | 0.21% | - |
| HSV(B) | 48.49º | 0.82% | 0.35% | - |
| XYZ | 6.73 | 7.19 | 1.52 | - |
| YUV | 72.46 | 96.14 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 16 | 0 | 0.16 | 0.82 | 0.65 | 48.49 | 0.7 | 0.21 |
| Hex | 59 | 4B | 10 | 0 | 10 | 52 | 41 | 30 | 46 | 15 |
| Octal | 131 | 113 | 20 | 0 | 20 | 122 | 101 | 60 | 106 | 25 |
| Binary | 1011001 | 1001011 | 10000 | 0 | 10000 | 1010010 | 1000001 | 110000 | 1000110 | 10101 |
Color Harmonies of #594B10
Complementary color
Monochromatic Colors of #594B10
Black with #594B10
Text Example
Text Example
White with #594B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B10; }
p { color: rgb(89,75,16); }
H1.HeaderClassName
{
color: #594B10;
}
.AnyTagClassName
{
color: #594B10;
}
</style>
background-color css
<style>
a { background-color: #594B10; }
a { background-color: rgb(89,75,16); }
div.DivClassName
{
background-color: #594B10;
}
.BgClassName
{
background-color: #594B10;
}
</style>
border-color css
<style>
span { border-color: #594B10; }
span { border-color: rgb(89,75,16); }
td.TdClassName
{
border-color: #594B10;
}
.TagClassName
{
border-color: #594B10;
}
</style>