Shades of Bronze Olive #57501B
Tints of Bronze Olive #57501B
RGB
CMYK
RGB Variations
Color information
#57501B (or 0x57501B) is known color: Bronze Olive. HEX triplet: 57, 50 and 1B. RGB value is (87,80,27). Sum of RGB (Red+Green+Blue) = 87+80+27=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #57501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57501B is #A8AFE4. Grayscale: #4C4C4C. Windows color (decimal): -11055077 or 1790039. OLE color: 1790039.
HSL color Cylindrical-coordinate representation of color #57501B: hue angle of 53º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57501B is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 27 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.66 |
| HSL | 53º | 0.53% | 0.22% | - |
| HSV(B) | 53º | 0.69% | 0.34% | - |
| XYZ | 7 | 7.84 | 2.18 | - |
| YUV | 76.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 27 | 0 | 0.08 | 0.69 | 0.66 | 53 | 0.53 | 0.22 |
| Hex | 57 | 50 | 1B | 0 | 8 | 45 | 42 | 35 | 35 | 16 |
| Octal | 127 | 120 | 33 | 0 | 10 | 105 | 102 | 65 | 65 | 26 |
| Binary | 1010111 | 1010000 | 11011 | 0 | 1000 | 1000101 | 1000010 | 110101 | 110101 | 10110 |
Color Harmonies of #57501B
Complementary color
Monochromatic Colors of #57501B
Black with #57501B
Text Example
Text Example
White with #57501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57501B; }
p { color: rgb(87,80,27); }
H1.HeaderClassName
{
color: #57501B;
}
.AnyTagClassName
{
color: #57501B;
}
</style>
background-color css
<style>
a { background-color: #57501B; }
a { background-color: rgb(87,80,27); }
div.DivClassName
{
background-color: #57501B;
}
.BgClassName
{
background-color: #57501B;
}
</style>
border-color css
<style>
span { border-color: #57501B; }
span { border-color: rgb(87,80,27); }
td.TdClassName
{
border-color: #57501B;
}
.TagClassName
{
border-color: #57501B;
}
</style>