Shades of Bronze Olive #565223
Tints of Bronze Olive #565223
RGB
CMYK
RGB Variations
Color information
#565223 (or 0x565223) is known color: Bronze Olive. HEX triplet: 56, 52 and 23. RGB value is (86,82,35). Sum of RGB (Red+Green+Blue) = 86+82+35=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #565223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565223 is #A9ADDC. Grayscale: #4E4E4E. Windows color (decimal): -11120093 or 2314838. OLE color: 2314838.
HSL color Cylindrical-coordinate representation of color #565223: hue angle of 55.29º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #565223 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 35 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.66 |
| HSL | 55.29º | 0.42% | 0.24% | - |
| HSV(B) | 55.29º | 0.59% | 0.34% | - |
| XYZ | 7.16 | 8.13 | 2.78 | - |
| YUV | 77.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 35 | 0 | 0.05 | 0.59 | 0.66 | 55.29 | 0.42 | 0.24 |
| Hex | 56 | 52 | 23 | 0 | 5 | 3B | 42 | 37 | 2A | 18 |
| Octal | 126 | 122 | 43 | 0 | 5 | 73 | 102 | 67 | 52 | 30 |
| Binary | 1010110 | 1010010 | 100011 | 0 | 101 | 111011 | 1000010 | 110111 | 101010 | 11000 |
Color Harmonies of #565223
Complementary color
Monochromatic Colors of #565223
Black with #565223
Text Example
Text Example
White with #565223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565223; }
p { color: rgb(86,82,35); }
H1.HeaderClassName
{
color: #565223;
}
.AnyTagClassName
{
color: #565223;
}
</style>
background-color css
<style>
a { background-color: #565223; }
a { background-color: rgb(86,82,35); }
div.DivClassName
{
background-color: #565223;
}
.BgClassName
{
background-color: #565223;
}
</style>
border-color css
<style>
span { border-color: #565223; }
span { border-color: rgb(86,82,35); }
td.TdClassName
{
border-color: #565223;
}
.TagClassName
{
border-color: #565223;
}
</style>