Shades of Bronze Olive #56401B
Tints of Bronze Olive #56401B
RGB
CMYK
RGB Variations
Color information
#56401B (or 0x56401B) is known color: Bronze Olive. HEX triplet: 56, 40 and 1B. RGB value is (86,64,27). Sum of RGB (Red+Green+Blue) = 86+64+27=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #56401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56401B is #A9BFE4. Grayscale: #424242. Windows color (decimal): -11124709 or 1785942. OLE color: 1785942.
HSL color Cylindrical-coordinate representation of color #56401B: hue angle of 37.63º 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 #56401B is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 64 | 27 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.66 |
| HSL | 37.63º | 0.52% | 0.22% | - |
| HSV(B) | 37.63º | 0.69% | 0.34% | - |
| XYZ | 5.87 | 5.72 | 1.83 | - |
| YUV | 66.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 27 | 0 | 0.26 | 0.69 | 0.66 | 37.63 | 0.52 | 0.22 |
| Hex | 56 | 40 | 1B | 0 | 1A | 45 | 42 | 26 | 34 | 16 |
| Octal | 126 | 100 | 33 | 0 | 32 | 105 | 102 | 46 | 64 | 26 |
| Binary | 1010110 | 1000000 | 11011 | 0 | 11010 | 1000101 | 1000010 | 100110 | 110100 | 10110 |
Color Harmonies of #56401B
Complementary color
Monochromatic Colors of #56401B
Black with #56401B
Text Example
Text Example
White with #56401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56401B; }
p { color: rgb(86,64,27); }
H1.HeaderClassName
{
color: #56401B;
}
.AnyTagClassName
{
color: #56401B;
}
</style>
background-color css
<style>
a { background-color: #56401B; }
a { background-color: rgb(86,64,27); }
div.DivClassName
{
background-color: #56401B;
}
.BgClassName
{
background-color: #56401B;
}
</style>
border-color css
<style>
span { border-color: #56401B; }
span { border-color: rgb(86,64,27); }
td.TdClassName
{
border-color: #56401B;
}
.TagClassName
{
border-color: #56401B;
}
</style>