Shades of Bronze Olive #574405
Tints of Bronze Olive #574405
RGB
CMYK
RGB Variations
Color information
#574405 (or 0x574405) is known color: Bronze Olive. HEX triplet: 57, 44 and 05. RGB value is (87,68,5). Sum of RGB (Red+Green+Blue) = 87+68+5=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #574405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574405 is #A8BBFA. Grayscale: #424242. Windows color (decimal): -11058171 or 345175. OLE color: 345175.
HSL color Cylindrical-coordinate representation of color #574405: hue angle of 46.1º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #574405 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 68 | 5 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.66 |
| HSL | 46.1º | 0.89% | 0.18% | - |
| HSV(B) | 46.1º | 0.94% | 0.34% | - |
| XYZ | 6.02 | 6.17 | 1.02 | - |
| YUV | 66.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 68 | 5 | 0 | 0.22 | 0.94 | 0.66 | 46.1 | 0.89 | 0.18 |
| Hex | 57 | 44 | 5 | 0 | 16 | 5E | 42 | 2E | 59 | 12 |
| Octal | 127 | 104 | 5 | 0 | 26 | 136 | 102 | 56 | 131 | 22 |
| Binary | 1010111 | 1000100 | 101 | 0 | 10110 | 1011110 | 1000010 | 101110 | 1011001 | 10010 |
Color Harmonies of #574405
Complementary color
Monochromatic Colors of #574405
Black with #574405
Text Example
Text Example
White with #574405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574405; }
p { color: rgb(87,68,5); }
H1.HeaderClassName
{
color: #574405;
}
.AnyTagClassName
{
color: #574405;
}
</style>
background-color css
<style>
a { background-color: #574405; }
a { background-color: rgb(87,68,5); }
div.DivClassName
{
background-color: #574405;
}
.BgClassName
{
background-color: #574405;
}
</style>
border-color css
<style>
span { border-color: #574405; }
span { border-color: rgb(87,68,5); }
td.TdClassName
{
border-color: #574405;
}
.TagClassName
{
border-color: #574405;
}
</style>