Shades of Bronze Olive #57461F
Tints of Bronze Olive #57461F
RGB
CMYK
RGB Variations
Color information
#57461F (or 0x57461F) is known color: Bronze Olive. HEX triplet: 57, 46 and 1F. RGB value is (87,70,31). Sum of RGB (Red+Green+Blue) = 87+70+31=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #57461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57461F is #A8B9E0. Grayscale: #464646. Windows color (decimal): -11057633 or 2049623. OLE color: 2049623.
HSL color Cylindrical-coordinate representation of color #57461F: hue angle of 41.79º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57461F is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 70 | 31 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.66 |
| HSL | 41.79º | 0.47% | 0.23% | - |
| HSV(B) | 41.79º | 0.64% | 0.34% | - |
| XYZ | 6.37 | 6.51 | 2.22 | - |
| YUV | 70.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 70 | 31 | 0 | 0.20 | 0.64 | 0.66 | 41.79 | 0.47 | 0.23 |
| Hex | 57 | 46 | 1F | 0 | 14 | 40 | 42 | 2A | 2F | 17 |
| Octal | 127 | 106 | 37 | 0 | 24 | 100 | 102 | 52 | 57 | 27 |
| Binary | 1010111 | 1000110 | 11111 | 0 | 10100 | 1000000 | 1000010 | 101010 | 101111 | 10111 |
Color Harmonies of #57461F
Complementary color
Monochromatic Colors of #57461F
Black with #57461F
Text Example
Text Example
White with #57461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57461F; }
p { color: rgb(87,70,31); }
H1.HeaderClassName
{
color: #57461F;
}
.AnyTagClassName
{
color: #57461F;
}
</style>
background-color css
<style>
a { background-color: #57461F; }
a { background-color: rgb(87,70,31); }
div.DivClassName
{
background-color: #57461F;
}
.BgClassName
{
background-color: #57461F;
}
</style>
border-color css
<style>
span { border-color: #57461F; }
span { border-color: rgb(87,70,31); }
td.TdClassName
{
border-color: #57461F;
}
.TagClassName
{
border-color: #57461F;
}
</style>