Shades of Bronze Olive #56521B
Tints of Bronze Olive #56521B
RGB
CMYK
RGB Variations
Color information
#56521B (or 0x56521B) is known color: Bronze Olive. HEX triplet: 56, 52 and 1B. RGB value is (86,82,27). Sum of RGB (Red+Green+Blue) = 86+82+27=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #56521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56521B is #A9ADE4. Grayscale: #4D4D4D. Windows color (decimal): -11120101 or 1790550. OLE color: 1790550.
HSL color Cylindrical-coordinate representation of color #56521B: hue angle of 55.93º 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 #56521B is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 27 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.66 |
| HSL | 55.93º | 0.52% | 0.22% | - |
| HSV(B) | 55.93º | 0.69% | 0.34% | - |
| XYZ | 7.05 | 8.09 | 2.23 | - |
| YUV | 76.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 27 | 0 | 0.05 | 0.69 | 0.66 | 55.93 | 0.52 | 0.22 |
| Hex | 56 | 52 | 1B | 0 | 5 | 45 | 42 | 38 | 34 | 16 |
| Octal | 126 | 122 | 33 | 0 | 5 | 105 | 102 | 70 | 64 | 26 |
| Binary | 1010110 | 1010010 | 11011 | 0 | 101 | 1000101 | 1000010 | 111000 | 110100 | 10110 |
Color Harmonies of #56521B
Complementary color
Monochromatic Colors of #56521B
Black with #56521B
Text Example
Text Example
White with #56521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56521B; }
p { color: rgb(86,82,27); }
H1.HeaderClassName
{
color: #56521B;
}
.AnyTagClassName
{
color: #56521B;
}
</style>
background-color css
<style>
a { background-color: #56521B; }
a { background-color: rgb(86,82,27); }
div.DivClassName
{
background-color: #56521B;
}
.BgClassName
{
background-color: #56521B;
}
</style>
border-color css
<style>
span { border-color: #56521B; }
span { border-color: rgb(86,82,27); }
td.TdClassName
{
border-color: #56521B;
}
.TagClassName
{
border-color: #56521B;
}
</style>