Shades of Bronze Olive #57501A
Tints of Bronze Olive #57501A
RGB
CMYK
RGB Variations
Color information
#57501A (or 0x57501A) is known color: Bronze Olive. HEX triplet: 57, 50 and 1A. RGB value is (87,80,26). Sum of RGB (Red+Green+Blue) = 87+80+26=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #57501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57501A is #A8AFE5. Grayscale: #4C4C4C. Windows color (decimal): -11055078 or 1724503. OLE color: 1724503.
HSL color Cylindrical-coordinate representation of color #57501A: hue angle of 53.11º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57501A is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 26 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.66 |
| HSL | 53.11º | 0.54% | 0.22% | - |
| HSV(B) | 53.11º | 0.7% | 0.34% | - |
| XYZ | 6.99 | 7.84 | 2.12 | - |
| YUV | 75.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 26 | 0 | 0.08 | 0.70 | 0.66 | 53.11 | 0.54 | 0.22 |
| Hex | 57 | 50 | 1A | 0 | 8 | 46 | 42 | 35 | 36 | 16 |
| Octal | 127 | 120 | 32 | 0 | 10 | 106 | 102 | 65 | 66 | 26 |
| Binary | 1010111 | 1010000 | 11010 | 0 | 1000 | 1000110 | 1000010 | 110101 | 110110 | 10110 |
Color Harmonies of #57501A
Complementary color
Monochromatic Colors of #57501A
Black with #57501A
Text Example
Text Example
White with #57501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57501A; }
p { color: rgb(87,80,26); }
H1.HeaderClassName
{
color: #57501A;
}
.AnyTagClassName
{
color: #57501A;
}
</style>
background-color css
<style>
a { background-color: #57501A; }
a { background-color: rgb(87,80,26); }
div.DivClassName
{
background-color: #57501A;
}
.BgClassName
{
background-color: #57501A;
}
</style>
border-color css
<style>
span { border-color: #57501A; }
span { border-color: rgb(87,80,26); }
td.TdClassName
{
border-color: #57501A;
}
.TagClassName
{
border-color: #57501A;
}
</style>