Shades of Bronze Olive #56490D
Tints of Bronze Olive #56490D
RGB
CMYK
RGB Variations
Color information
#56490D (or 0x56490D) is known color: Bronze Olive. HEX triplet: 56, 49 and 0D. RGB value is (86,73,13). Sum of RGB (Red+Green+Blue) = 86+73+13=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #56490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56490D is #A9B6F2. Grayscale: #464646. Windows color (decimal): -11122419 or 870742. OLE color: 870742.
HSL color Cylindrical-coordinate representation of color #56490D: hue angle of 49.32º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56490D is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 73 | 13 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.66 |
| HSL | 49.32º | 0.74% | 0.19% | - |
| HSV(B) | 49.32º | 0.85% | 0.34% | - |
| XYZ | 6.29 | 6.77 | 1.36 | - |
| YUV | 70.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 13 | 0 | 0.15 | 0.85 | 0.66 | 49.32 | 0.74 | 0.19 |
| Hex | 56 | 49 | D | 0 | F | 55 | 42 | 31 | 4A | 13 |
| Octal | 126 | 111 | 15 | 0 | 17 | 125 | 102 | 61 | 112 | 23 |
| Binary | 1010110 | 1001001 | 1101 | 0 | 1111 | 1010101 | 1000010 | 110001 | 1001010 | 10011 |
Color Harmonies of #56490D
Complementary color
Monochromatic Colors of #56490D
Black with #56490D
Text Example
Text Example
White with #56490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56490D; }
p { color: rgb(86,73,13); }
H1.HeaderClassName
{
color: #56490D;
}
.AnyTagClassName
{
color: #56490D;
}
</style>
background-color css
<style>
a { background-color: #56490D; }
a { background-color: rgb(86,73,13); }
div.DivClassName
{
background-color: #56490D;
}
.BgClassName
{
background-color: #56490D;
}
</style>
border-color css
<style>
span { border-color: #56490D; }
span { border-color: rgb(86,73,13); }
td.TdClassName
{
border-color: #56490D;
}
.TagClassName
{
border-color: #56490D;
}
</style>