Shades of Bronze Olive #565124
Tints of Bronze Olive #565124
RGB
CMYK
RGB Variations
Color information
#565124 (or 0x565124) is known color: Bronze Olive. HEX triplet: 56, 51 and 24. RGB value is (86,81,36). Sum of RGB (Red+Green+Blue) = 86+81+36=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #565124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565124 is #A9AEDB. Grayscale: #4D4D4D. Windows color (decimal): -11120348 or 2380118. OLE color: 2380118.
HSL color Cylindrical-coordinate representation of color #565124: hue angle of 54º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #565124 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 81 | 36 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.66 |
| HSL | 54º | 0.41% | 0.24% | - |
| HSV(B) | 54º | 0.58% | 0.34% | - |
| XYZ | 7.1 | 7.99 | 2.84 | - |
| YUV | 77.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 36 | 0 | 0.06 | 0.58 | 0.66 | 54 | 0.41 | 0.24 |
| Hex | 56 | 51 | 24 | 0 | 6 | 3A | 42 | 36 | 29 | 18 |
| Octal | 126 | 121 | 44 | 0 | 6 | 72 | 102 | 66 | 51 | 30 |
| Binary | 1010110 | 1010001 | 100100 | 0 | 110 | 111010 | 1000010 | 110110 | 101001 | 11000 |
Color Harmonies of #565124
Complementary color
Monochromatic Colors of #565124
Black with #565124
Text Example
Text Example
White with #565124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565124; }
p { color: rgb(86,81,36); }
H1.HeaderClassName
{
color: #565124;
}
.AnyTagClassName
{
color: #565124;
}
</style>
background-color css
<style>
a { background-color: #565124; }
a { background-color: rgb(86,81,36); }
div.DivClassName
{
background-color: #565124;
}
.BgClassName
{
background-color: #565124;
}
</style>
border-color css
<style>
span { border-color: #565124; }
span { border-color: rgb(86,81,36); }
td.TdClassName
{
border-color: #565124;
}
.TagClassName
{
border-color: #565124;
}
</style>