Shades of Bronze Olive #565224
Tints of Bronze Olive #565224
RGB
CMYK
RGB Variations
Color information
#565224 (or 0x565224) is known color: Bronze Olive. HEX triplet: 56, 52 and 24. RGB value is (86,82,36). Sum of RGB (Red+Green+Blue) = 86+82+36=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #565224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565224 is #A9ADDB. Grayscale: #4E4E4E. Windows color (decimal): -11120092 or 2380374. OLE color: 2380374.
HSL color Cylindrical-coordinate representation of color #565224: hue angle of 55.2º 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 #565224 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 36 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.66 |
| HSL | 55.2º | 0.41% | 0.24% | - |
| HSV(B) | 55.2º | 0.58% | 0.34% | - |
| XYZ | 7.17 | 8.14 | 2.86 | - |
| YUV | 77.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 36 | 0 | 0.05 | 0.58 | 0.66 | 55.2 | 0.41 | 0.24 |
| Hex | 56 | 52 | 24 | 0 | 5 | 3A | 42 | 37 | 29 | 18 |
| Octal | 126 | 122 | 44 | 0 | 5 | 72 | 102 | 67 | 51 | 30 |
| Binary | 1010110 | 1010010 | 100100 | 0 | 101 | 111010 | 1000010 | 110111 | 101001 | 11000 |
Color Harmonies of #565224
Complementary color
Monochromatic Colors of #565224
Black with #565224
Text Example
Text Example
White with #565224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565224; }
p { color: rgb(86,82,36); }
H1.HeaderClassName
{
color: #565224;
}
.AnyTagClassName
{
color: #565224;
}
</style>
background-color css
<style>
a { background-color: #565224; }
a { background-color: rgb(86,82,36); }
div.DivClassName
{
background-color: #565224;
}
.BgClassName
{
background-color: #565224;
}
</style>
border-color css
<style>
span { border-color: #565224; }
span { border-color: rgb(86,82,36); }
td.TdClassName
{
border-color: #565224;
}
.TagClassName
{
border-color: #565224;
}
</style>