Shades of Bronze Olive #57541D
Tints of Bronze Olive #57541D
RGB
CMYK
RGB Variations
Color information
#57541D (or 0x57541D) is known color: Bronze Olive. HEX triplet: 57, 54 and 1D. RGB value is (87,84,29). Sum of RGB (Red+Green+Blue) = 87+84+29=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #57541D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57541D is #A8ABE2. Grayscale: #4E4E4E. Windows color (decimal): -11054051 or 1922135. OLE color: 1922135.
HSL color Cylindrical-coordinate representation of color #57541D: hue angle of 56.9º 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 #57541D is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 84 | 29 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.66 |
| HSL | 56.9º | 0.5% | 0.23% | - |
| HSV(B) | 56.9º | 0.67% | 0.34% | - |
| XYZ | 7.32 | 8.46 | 2.41 | - |
| YUV | 78.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 84 | 29 | 0 | 0.03 | 0.67 | 0.66 | 56.9 | 0.5 | 0.23 |
| Hex | 57 | 54 | 1D | 0 | 3 | 43 | 42 | 39 | 32 | 17 |
| Octal | 127 | 124 | 35 | 0 | 3 | 103 | 102 | 71 | 62 | 27 |
| Binary | 1010111 | 1010100 | 11101 | 0 | 11 | 1000011 | 1000010 | 111001 | 110010 | 10111 |
Color Harmonies of #57541D
Complementary color
Monochromatic Colors of #57541D
Black with #57541D
Text Example
Text Example
White with #57541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57541D; }
p { color: rgb(87,84,29); }
H1.HeaderClassName
{
color: #57541D;
}
.AnyTagClassName
{
color: #57541D;
}
</style>
background-color css
<style>
a { background-color: #57541D; }
a { background-color: rgb(87,84,29); }
div.DivClassName
{
background-color: #57541D;
}
.BgClassName
{
background-color: #57541D;
}
</style>
border-color css
<style>
span { border-color: #57541D; }
span { border-color: rgb(87,84,29); }
td.TdClassName
{
border-color: #57541D;
}
.TagClassName
{
border-color: #57541D;
}
</style>