Shades of Bronze Olive #574D0D
Tints of Bronze Olive #574D0D
RGB
CMYK
RGB Variations
Color information
#574D0D (or 0x574D0D) is known color: Bronze Olive. HEX triplet: 57, 4D and 0D. RGB value is (87,77,13). Sum of RGB (Red+Green+Blue) = 87+77+13=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #574D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574D0D is #A8B2F2. Grayscale: #484848. Windows color (decimal): -11055859 or 871767. OLE color: 871767.
HSL color Cylindrical-coordinate representation of color #574D0D: hue angle of 51.89º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #574D0D is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 77 | 13 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.66 |
| HSL | 51.89º | 0.74% | 0.2% | - |
| HSV(B) | 51.89º | 0.85% | 0.34% | - |
| XYZ | 6.66 | 7.36 | 1.45 | - |
| YUV | 72.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 13 | 0 | 0.11 | 0.85 | 0.66 | 51.89 | 0.74 | 0.2 |
| Hex | 57 | 4D | D | 0 | B | 55 | 42 | 34 | 4A | 14 |
| Octal | 127 | 115 | 15 | 0 | 13 | 125 | 102 | 64 | 112 | 24 |
| Binary | 1010111 | 1001101 | 1101 | 0 | 1011 | 1010101 | 1000010 | 110100 | 1001010 | 10100 |
Color Harmonies of #574D0D
Complementary color
Monochromatic Colors of #574D0D
Black with #574D0D
Text Example
Text Example
White with #574D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D0D; }
p { color: rgb(87,77,13); }
H1.HeaderClassName
{
color: #574D0D;
}
.AnyTagClassName
{
color: #574D0D;
}
</style>
background-color css
<style>
a { background-color: #574D0D; }
a { background-color: rgb(87,77,13); }
div.DivClassName
{
background-color: #574D0D;
}
.BgClassName
{
background-color: #574D0D;
}
</style>
border-color css
<style>
span { border-color: #574D0D; }
span { border-color: rgb(87,77,13); }
td.TdClassName
{
border-color: #574D0D;
}
.TagClassName
{
border-color: #574D0D;
}
</style>