Shades of Bronze Olive #56440B
Tints of Bronze Olive #56440B
RGB
CMYK
RGB Variations
Color information
#56440B (or 0x56440B) is known color: Bronze Olive. HEX triplet: 56, 44 and 0B. RGB value is (86,68,11). Sum of RGB (Red+Green+Blue) = 86+68+11=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56440B is #A9BBF4. Grayscale: #434343. Windows color (decimal): -11123701 or 738390. OLE color: 738390.
HSL color Cylindrical-coordinate representation of color #56440B: hue angle of 45.6º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56440B is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 68 | 11 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.66 |
| HSL | 45.6º | 0.77% | 0.19% | - |
| HSV(B) | 45.6º | 0.87% | 0.34% | - |
| XYZ | 5.97 | 6.14 | 1.19 | - |
| YUV | 66.88 | 96.46 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 11 | 0 | 0.21 | 0.87 | 0.66 | 45.6 | 0.77 | 0.19 |
| Hex | 56 | 44 | B | 0 | 15 | 57 | 42 | 2E | 4D | 13 |
| Octal | 126 | 104 | 13 | 0 | 25 | 127 | 102 | 56 | 115 | 23 |
| Binary | 1010110 | 1000100 | 1011 | 0 | 10101 | 1010111 | 1000010 | 101110 | 1001101 | 10011 |
Color Harmonies of #56440B
Complementary color
Monochromatic Colors of #56440B
Black with #56440B
Text Example
Text Example
White with #56440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56440B; }
p { color: rgb(86,68,11); }
H1.HeaderClassName
{
color: #56440B;
}
.AnyTagClassName
{
color: #56440B;
}
</style>
background-color css
<style>
a { background-color: #56440B; }
a { background-color: rgb(86,68,11); }
div.DivClassName
{
background-color: #56440B;
}
.BgClassName
{
background-color: #56440B;
}
</style>
border-color css
<style>
span { border-color: #56440B; }
span { border-color: rgb(86,68,11); }
td.TdClassName
{
border-color: #56440B;
}
.TagClassName
{
border-color: #56440B;
}
</style>