Shades of Bronze Olive #56491F
Tints of Bronze Olive #56491F
RGB
CMYK
RGB Variations
Color information
#56491F (or 0x56491F) is known color: Bronze Olive. HEX triplet: 56, 49 and 1F. RGB value is (86,73,31). Sum of RGB (Red+Green+Blue) = 86+73+31=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #56491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56491F is #A9B6E0. Grayscale: #484848. Windows color (decimal): -11122401 or 2050390. OLE color: 2050390.
HSL color Cylindrical-coordinate representation of color #56491F: hue angle of 45.82º 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 #56491F is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 73 | 31 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.66 |
| HSL | 45.82º | 0.47% | 0.23% | - |
| HSV(B) | 45.82º | 0.64% | 0.34% | - |
| XYZ | 6.47 | 6.84 | 2.28 | - |
| YUV | 72.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 31 | 0 | 0.15 | 0.64 | 0.66 | 45.82 | 0.47 | 0.23 |
| Hex | 56 | 49 | 1F | 0 | F | 40 | 42 | 2E | 2F | 17 |
| Octal | 126 | 111 | 37 | 0 | 17 | 100 | 102 | 56 | 57 | 27 |
| Binary | 1010110 | 1001001 | 11111 | 0 | 1111 | 1000000 | 1000010 | 101110 | 101111 | 10111 |
Color Harmonies of #56491F
Complementary color
Monochromatic Colors of #56491F
Black with #56491F
Text Example
Text Example
White with #56491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56491F; }
p { color: rgb(86,73,31); }
H1.HeaderClassName
{
color: #56491F;
}
.AnyTagClassName
{
color: #56491F;
}
</style>
background-color css
<style>
a { background-color: #56491F; }
a { background-color: rgb(86,73,31); }
div.DivClassName
{
background-color: #56491F;
}
.BgClassName
{
background-color: #56491F;
}
</style>
border-color css
<style>
span { border-color: #56491F; }
span { border-color: rgb(86,73,31); }
td.TdClassName
{
border-color: #56491F;
}
.TagClassName
{
border-color: #56491F;
}
</style>