Shades of Bronze Olive #565218
Tints of Bronze Olive #565218
RGB
CMYK
RGB Variations
Color information
#565218 (or 0x565218) is known color: Bronze Olive. HEX triplet: 56, 52 and 18. RGB value is (86,82,24). Sum of RGB (Red+Green+Blue) = 86+82+24=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #565218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565218 is #A9ADE7. Grayscale: #4C4C4C. Windows color (decimal): -11120104 or 1593942. OLE color: 1593942.
HSL color Cylindrical-coordinate representation of color #565218: hue angle of 56.13º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #565218 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 24 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.66 |
| HSL | 56.13º | 0.56% | 0.22% | - |
| HSV(B) | 56.13º | 0.72% | 0.34% | - |
| XYZ | 7.02 | 8.08 | 2.05 | - |
| YUV | 76.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 24 | 0 | 0.05 | 0.72 | 0.66 | 56.13 | 0.56 | 0.22 |
| Hex | 56 | 52 | 18 | 0 | 5 | 48 | 42 | 38 | 38 | 16 |
| Octal | 126 | 122 | 30 | 0 | 5 | 110 | 102 | 70 | 70 | 26 |
| Binary | 1010110 | 1010010 | 11000 | 0 | 101 | 1001000 | 1000010 | 111000 | 111000 | 10110 |
Color Harmonies of #565218
Complementary color
Monochromatic Colors of #565218
Black with #565218
Text Example
Text Example
White with #565218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565218; }
p { color: rgb(86,82,24); }
H1.HeaderClassName
{
color: #565218;
}
.AnyTagClassName
{
color: #565218;
}
</style>
background-color css
<style>
a { background-color: #565218; }
a { background-color: rgb(86,82,24); }
div.DivClassName
{
background-color: #565218;
}
.BgClassName
{
background-color: #565218;
}
</style>
border-color css
<style>
span { border-color: #565218; }
span { border-color: rgb(86,82,24); }
td.TdClassName
{
border-color: #565218;
}
.TagClassName
{
border-color: #565218;
}
</style>