Shades of Bronze Olive #56471B
Tints of Bronze Olive #56471B
RGB
CMYK
RGB Variations
Color information
#56471B (or 0x56471B) is known color: Bronze Olive. HEX triplet: 56, 47 and 1B. RGB value is (86,71,27). Sum of RGB (Red+Green+Blue) = 86+71+27=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #56471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56471B is #A9B8E4. Grayscale: #464646. Windows color (decimal): -11122917 or 1787734. OLE color: 1787734.
HSL color Cylindrical-coordinate representation of color #56471B: hue angle of 44.75º degrees, saturation: 0.52, 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 #56471B is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 71 | 27 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.66 |
| HSL | 44.75º | 0.52% | 0.22% | - |
| HSV(B) | 44.75º | 0.69% | 0.34% | - |
| XYZ | 6.29 | 6.56 | 1.97 | - |
| YUV | 70.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 27 | 0 | 0.17 | 0.69 | 0.66 | 44.75 | 0.52 | 0.22 |
| Hex | 56 | 47 | 1B | 0 | 11 | 45 | 42 | 2D | 34 | 16 |
| Octal | 126 | 107 | 33 | 0 | 21 | 105 | 102 | 55 | 64 | 26 |
| Binary | 1010110 | 1000111 | 11011 | 0 | 10001 | 1000101 | 1000010 | 101101 | 110100 | 10110 |
Color Harmonies of #56471B
Complementary color
Monochromatic Colors of #56471B
Black with #56471B
Text Example
Text Example
White with #56471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56471B; }
p { color: rgb(86,71,27); }
H1.HeaderClassName
{
color: #56471B;
}
.AnyTagClassName
{
color: #56471B;
}
</style>
background-color css
<style>
a { background-color: #56471B; }
a { background-color: rgb(86,71,27); }
div.DivClassName
{
background-color: #56471B;
}
.BgClassName
{
background-color: #56471B;
}
</style>
border-color css
<style>
span { border-color: #56471B; }
span { border-color: rgb(86,71,27); }
td.TdClassName
{
border-color: #56471B;
}
.TagClassName
{
border-color: #56471B;
}
</style>