Shades of Bronze Olive #56441D
Tints of Bronze Olive #56441D
RGB
CMYK
RGB Variations
Color information
#56441D (or 0x56441D) is known color: Bronze Olive. HEX triplet: 56, 44 and 1D. RGB value is (86,68,29). Sum of RGB (Red+Green+Blue) = 86+68+29=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56441D is #A9BBE2. Grayscale: #454545. Windows color (decimal): -11123683 or 1918038. OLE color: 1918038.
HSL color Cylindrical-coordinate representation of color #56441D: hue angle of 41.05º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56441D is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 68 | 29 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.66 |
| HSL | 41.05º | 0.5% | 0.23% | - |
| HSV(B) | 41.05º | 0.66% | 0.34% | - |
| XYZ | 6.13 | 6.2 | 2.04 | - |
| YUV | 68.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 29 | 0 | 0.21 | 0.66 | 0.66 | 41.05 | 0.5 | 0.23 |
| Hex | 56 | 44 | 1D | 0 | 15 | 42 | 42 | 29 | 32 | 17 |
| Octal | 126 | 104 | 35 | 0 | 25 | 102 | 102 | 51 | 62 | 27 |
| Binary | 1010110 | 1000100 | 11101 | 0 | 10101 | 1000010 | 1000010 | 101001 | 110010 | 10111 |
Color Harmonies of #56441D
Complementary color
Monochromatic Colors of #56441D
Black with #56441D
Text Example
Text Example
White with #56441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56441D; }
p { color: rgb(86,68,29); }
H1.HeaderClassName
{
color: #56441D;
}
.AnyTagClassName
{
color: #56441D;
}
</style>
background-color css
<style>
a { background-color: #56441D; }
a { background-color: rgb(86,68,29); }
div.DivClassName
{
background-color: #56441D;
}
.BgClassName
{
background-color: #56441D;
}
</style>
border-color css
<style>
span { border-color: #56441D; }
span { border-color: rgb(86,68,29); }
td.TdClassName
{
border-color: #56441D;
}
.TagClassName
{
border-color: #56441D;
}
</style>