Shades of Bronze Olive #57471D
Tints of Bronze Olive #57471D
RGB
CMYK
RGB Variations
Color information
#57471D (or 0x57471D) is known color: Bronze Olive. HEX triplet: 57, 47 and 1D. RGB value is (87,71,29). Sum of RGB (Red+Green+Blue) = 87+71+29=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #57471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57471D is #A8B8E2. Grayscale: #474747. Windows color (decimal): -11057379 or 1918807. OLE color: 1918807.
HSL color Cylindrical-coordinate representation of color #57471D: hue angle of 43.45º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #57471D is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 71 | 29 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.66 |
| HSL | 43.45º | 0.5% | 0.23% | - |
| HSV(B) | 43.45º | 0.67% | 0.34% | - |
| XYZ | 6.41 | 6.62 | 2.1 | - |
| YUV | 71 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 71 | 29 | 0 | 0.18 | 0.67 | 0.66 | 43.45 | 0.5 | 0.23 |
| Hex | 57 | 47 | 1D | 0 | 12 | 43 | 42 | 2B | 32 | 17 |
| Octal | 127 | 107 | 35 | 0 | 22 | 103 | 102 | 53 | 62 | 27 |
| Binary | 1010111 | 1000111 | 11101 | 0 | 10010 | 1000011 | 1000010 | 101011 | 110010 | 10111 |
Color Harmonies of #57471D
Complementary color
Monochromatic Colors of #57471D
Black with #57471D
Text Example
Text Example
White with #57471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57471D; }
p { color: rgb(87,71,29); }
H1.HeaderClassName
{
color: #57471D;
}
.AnyTagClassName
{
color: #57471D;
}
</style>
background-color css
<style>
a { background-color: #57471D; }
a { background-color: rgb(87,71,29); }
div.DivClassName
{
background-color: #57471D;
}
.BgClassName
{
background-color: #57471D;
}
</style>
border-color css
<style>
span { border-color: #57471D; }
span { border-color: rgb(87,71,29); }
td.TdClassName
{
border-color: #57471D;
}
.TagClassName
{
border-color: #57471D;
}
</style>