Shades of Bronze Olive #594B0C
Tints of Bronze Olive #594B0C
RGB
CMYK
RGB Variations
Color information
#594B0C (or 0x594B0C) is known color: Bronze Olive. HEX triplet: 59, 4B and 0C. RGB value is (89,75,12). Sum of RGB (Red+Green+Blue) = 89+75+12=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #594B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594B0C is #A6B4F3. Grayscale: #484848. Windows color (decimal): -10925300 or 805721. OLE color: 805721.
HSL color Cylindrical-coordinate representation of color #594B0C: hue angle of 49.09º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #594B0C is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 75 | 12 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.65 |
| HSL | 49.09º | 0.76% | 0.2% | - |
| HSV(B) | 49.09º | 0.87% | 0.35% | - |
| XYZ | 6.7 | 7.18 | 1.38 | - |
| YUV | 72 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 12 | 0 | 0.16 | 0.87 | 0.65 | 49.09 | 0.76 | 0.2 |
| Hex | 59 | 4B | C | 0 | 10 | 57 | 41 | 31 | 4C | 14 |
| Octal | 131 | 113 | 14 | 0 | 20 | 127 | 101 | 61 | 114 | 24 |
| Binary | 1011001 | 1001011 | 1100 | 0 | 10000 | 1010111 | 1000001 | 110001 | 1001100 | 10100 |
Color Harmonies of #594B0C
Complementary color
Monochromatic Colors of #594B0C
Black with #594B0C
Text Example
Text Example
White with #594B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B0C; }
p { color: rgb(89,75,12); }
H1.HeaderClassName
{
color: #594B0C;
}
.AnyTagClassName
{
color: #594B0C;
}
</style>
background-color css
<style>
a { background-color: #594B0C; }
a { background-color: rgb(89,75,12); }
div.DivClassName
{
background-color: #594B0C;
}
.BgClassName
{
background-color: #594B0C;
}
</style>
border-color css
<style>
span { border-color: #594B0C; }
span { border-color: rgb(89,75,12); }
td.TdClassName
{
border-color: #594B0C;
}
.TagClassName
{
border-color: #594B0C;
}
</style>