Shades of Bronze Olive #56441B
Tints of Bronze Olive #56441B
RGB
CMYK
RGB Variations
Color information
#56441B (or 0x56441B) is known color: Bronze Olive. HEX triplet: 56, 44 and 1B. RGB value is (86,68,27). Sum of RGB (Red+Green+Blue) = 86+68+27=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #56441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56441B is #A9BBE4. Grayscale: #444444. Windows color (decimal): -11123685 or 1786966. OLE color: 1786966.
HSL color Cylindrical-coordinate representation of color #56441B: hue angle of 41.69º 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 #56441B is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 68 | 27 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.66 |
| HSL | 41.69º | 0.52% | 0.22% | - |
| HSV(B) | 41.69º | 0.69% | 0.34% | - |
| XYZ | 6.1 | 6.19 | 1.91 | - |
| YUV | 68.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 27 | 0 | 0.21 | 0.69 | 0.66 | 41.69 | 0.52 | 0.22 |
| Hex | 56 | 44 | 1B | 0 | 15 | 45 | 42 | 2A | 34 | 16 |
| Octal | 126 | 104 | 33 | 0 | 25 | 105 | 102 | 52 | 64 | 26 |
| Binary | 1010110 | 1000100 | 11011 | 0 | 10101 | 1000101 | 1000010 | 101010 | 110100 | 10110 |
Color Harmonies of #56441B
Complementary color
Monochromatic Colors of #56441B
Black with #56441B
Text Example
Text Example
White with #56441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56441B; }
p { color: rgb(86,68,27); }
H1.HeaderClassName
{
color: #56441B;
}
.AnyTagClassName
{
color: #56441B;
}
</style>
background-color css
<style>
a { background-color: #56441B; }
a { background-color: rgb(86,68,27); }
div.DivClassName
{
background-color: #56441B;
}
.BgClassName
{
background-color: #56441B;
}
</style>
border-color css
<style>
span { border-color: #56441B; }
span { border-color: rgb(86,68,27); }
td.TdClassName
{
border-color: #56441B;
}
.TagClassName
{
border-color: #56441B;
}
</style>