Shades of Bronze Olive #57460B
Tints of Bronze Olive #57460B
RGB
CMYK
RGB Variations
Color information
#57460B (or 0x57460B) is known color: Bronze Olive. HEX triplet: 57, 46 and 0B. RGB value is (87,70,11). Sum of RGB (Red+Green+Blue) = 87+70+11=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #57460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57460B is #A8B9F4. Grayscale: #444444. Windows color (decimal): -11057653 or 738903. OLE color: 738903.
HSL color Cylindrical-coordinate representation of color #57460B: hue angle of 46.58º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #57460B is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 70 | 11 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.66 |
| HSL | 46.58º | 0.78% | 0.19% | - |
| HSV(B) | 46.58º | 0.87% | 0.34% | - |
| XYZ | 6.18 | 6.43 | 1.23 | - |
| YUV | 68.36 | 95.63 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 70 | 11 | 0 | 0.20 | 0.87 | 0.66 | 46.58 | 0.78 | 0.19 |
| Hex | 57 | 46 | B | 0 | 14 | 57 | 42 | 2F | 4E | 13 |
| Octal | 127 | 106 | 13 | 0 | 24 | 127 | 102 | 57 | 116 | 23 |
| Binary | 1010111 | 1000110 | 1011 | 0 | 10100 | 1010111 | 1000010 | 101111 | 1001110 | 10011 |
Color Harmonies of #57460B
Complementary color
Monochromatic Colors of #57460B
Black with #57460B
Text Example
Text Example
White with #57460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57460B; }
p { color: rgb(87,70,11); }
H1.HeaderClassName
{
color: #57460B;
}
.AnyTagClassName
{
color: #57460B;
}
</style>
background-color css
<style>
a { background-color: #57460B; }
a { background-color: rgb(87,70,11); }
div.DivClassName
{
background-color: #57460B;
}
.BgClassName
{
background-color: #57460B;
}
</style>
border-color css
<style>
span { border-color: #57460B; }
span { border-color: rgb(87,70,11); }
td.TdClassName
{
border-color: #57460B;
}
.TagClassName
{
border-color: #57460B;
}
</style>