Shades of Bronze Olive #594C18
Tints of Bronze Olive #594C18
RGB
CMYK
RGB Variations
Color information
#594C18 (or 0x594C18) is known color: Bronze Olive. HEX triplet: 59, 4C and 18. RGB value is (89,76,24). Sum of RGB (Red+Green+Blue) = 89+76+24=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #594C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594C18 is #A6B3E7. Grayscale: #4A4A4A. Windows color (decimal): -10925032 or 1592409. OLE color: 1592409.
HSL color Cylindrical-coordinate representation of color #594C18: hue angle of 48º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #594C18 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 76 | 24 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.65 |
| HSL | 48º | 0.58% | 0.22% | - |
| HSV(B) | 48º | 0.73% | 0.35% | - |
| XYZ | 6.87 | 7.36 | 1.92 | - |
| YUV | 73.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 24 | 0 | 0.15 | 0.73 | 0.65 | 48 | 0.58 | 0.22 |
| Hex | 59 | 4C | 18 | 0 | F | 49 | 41 | 30 | 3A | 16 |
| Octal | 131 | 114 | 30 | 0 | 17 | 111 | 101 | 60 | 72 | 26 |
| Binary | 1011001 | 1001100 | 11000 | 0 | 1111 | 1001001 | 1000001 | 110000 | 111010 | 10110 |
Color Harmonies of #594C18
Complementary color
Monochromatic Colors of #594C18
Black with #594C18
Text Example
Text Example
White with #594C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594C18; }
p { color: rgb(89,76,24); }
H1.HeaderClassName
{
color: #594C18;
}
.AnyTagClassName
{
color: #594C18;
}
</style>
background-color css
<style>
a { background-color: #594C18; }
a { background-color: rgb(89,76,24); }
div.DivClassName
{
background-color: #594C18;
}
.BgClassName
{
background-color: #594C18;
}
</style>
border-color css
<style>
span { border-color: #594C18; }
span { border-color: rgb(89,76,24); }
td.TdClassName
{
border-color: #594C18;
}
.TagClassName
{
border-color: #594C18;
}
</style>