Shades of Bronze Olive #57501D
Tints of Bronze Olive #57501D
RGB
CMYK
RGB Variations
Color information
#57501D (or 0x57501D) is known color: Bronze Olive. HEX triplet: 57, 50 and 1D. RGB value is (87,80,29). Sum of RGB (Red+Green+Blue) = 87+80+29=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57501D is #A8AFE2. Grayscale: #4C4C4C. Windows color (decimal): -11055075 or 1921111. OLE color: 1921111.
HSL color Cylindrical-coordinate representation of color #57501D: hue angle of 52.76º 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 #57501D is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 29 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.66 |
| HSL | 52.76º | 0.5% | 0.23% | - |
| HSV(B) | 52.76º | 0.67% | 0.34% | - |
| XYZ | 7.02 | 7.85 | 2.31 | - |
| YUV | 76.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 29 | 0 | 0.08 | 0.67 | 0.66 | 52.76 | 0.5 | 0.23 |
| Hex | 57 | 50 | 1D | 0 | 8 | 43 | 42 | 35 | 32 | 17 |
| Octal | 127 | 120 | 35 | 0 | 10 | 103 | 102 | 65 | 62 | 27 |
| Binary | 1010111 | 1010000 | 11101 | 0 | 1000 | 1000011 | 1000010 | 110101 | 110010 | 10111 |
Color Harmonies of #57501D
Complementary color
Monochromatic Colors of #57501D
Black with #57501D
Text Example
Text Example
White with #57501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57501D; }
p { color: rgb(87,80,29); }
H1.HeaderClassName
{
color: #57501D;
}
.AnyTagClassName
{
color: #57501D;
}
</style>
background-color css
<style>
a { background-color: #57501D; }
a { background-color: rgb(87,80,29); }
div.DivClassName
{
background-color: #57501D;
}
.BgClassName
{
background-color: #57501D;
}
</style>
border-color css
<style>
span { border-color: #57501D; }
span { border-color: rgb(87,80,29); }
td.TdClassName
{
border-color: #57501D;
}
.TagClassName
{
border-color: #57501D;
}
</style>