Shades of Bronze Olive #565211
Tints of Bronze Olive #565211
RGB
CMYK
RGB Variations
Color information
#565211 (or 0x565211) is known color: Bronze Olive. HEX triplet: 56, 52 and 11. RGB value is (86,82,17). Sum of RGB (Red+Green+Blue) = 86+82+17=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #565211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565211 is #A9ADEE. Grayscale: #4C4C4C. Windows color (decimal): -11120111 or 1135190. OLE color: 1135190.
HSL color Cylindrical-coordinate representation of color #565211: hue angle of 56.52º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #565211 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 17 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.66 |
| HSL | 56.52º | 0.67% | 0.2% | - |
| HSV(B) | 56.52º | 0.8% | 0.34% | - |
| XYZ | 6.96 | 8.05 | 1.72 | - |
| YUV | 75.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 17 | 0 | 0.05 | 0.80 | 0.66 | 56.52 | 0.67 | 0.2 |
| Hex | 56 | 52 | 11 | 0 | 5 | 50 | 42 | 39 | 43 | 14 |
| Octal | 126 | 122 | 21 | 0 | 5 | 120 | 102 | 71 | 103 | 24 |
| Binary | 1010110 | 1010010 | 10001 | 0 | 101 | 1010000 | 1000010 | 111001 | 1000011 | 10100 |
Color Harmonies of #565211
Complementary color
Monochromatic Colors of #565211
Black with #565211
Text Example
Text Example
White with #565211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565211; }
p { color: rgb(86,82,17); }
H1.HeaderClassName
{
color: #565211;
}
.AnyTagClassName
{
color: #565211;
}
</style>
background-color css
<style>
a { background-color: #565211; }
a { background-color: rgb(86,82,17); }
div.DivClassName
{
background-color: #565211;
}
.BgClassName
{
background-color: #565211;
}
</style>
border-color css
<style>
span { border-color: #565211; }
span { border-color: rgb(86,82,17); }
td.TdClassName
{
border-color: #565211;
}
.TagClassName
{
border-color: #565211;
}
</style>