Shades of Bronze Olive #565118
Tints of Bronze Olive #565118
RGB
CMYK
RGB Variations
Color information
#565118 (or 0x565118) is known color: Bronze Olive. HEX triplet: 56, 51 and 18. RGB value is (86,81,24). Sum of RGB (Red+Green+Blue) = 86+81+24=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #565118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565118 is #A9AEE7. Grayscale: #4C4C4C. Windows color (decimal): -11120360 or 1593686. OLE color: 1593686.
HSL color Cylindrical-coordinate representation of color #565118: hue angle of 55.16º 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 #565118 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 81 | 24 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.66 |
| HSL | 55.16º | 0.56% | 0.22% | - |
| HSV(B) | 55.16º | 0.72% | 0.34% | - |
| XYZ | 6.95 | 7.93 | 2.03 | - |
| YUV | 76 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 24 | 0 | 0.06 | 0.72 | 0.66 | 55.16 | 0.56 | 0.22 |
| Hex | 56 | 51 | 18 | 0 | 6 | 48 | 42 | 37 | 38 | 16 |
| Octal | 126 | 121 | 30 | 0 | 6 | 110 | 102 | 67 | 70 | 26 |
| Binary | 1010110 | 1010001 | 11000 | 0 | 110 | 1001000 | 1000010 | 110111 | 111000 | 10110 |
Color Harmonies of #565118
Complementary color
Monochromatic Colors of #565118
Black with #565118
Text Example
Text Example
White with #565118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565118; }
p { color: rgb(86,81,24); }
H1.HeaderClassName
{
color: #565118;
}
.AnyTagClassName
{
color: #565118;
}
</style>
background-color css
<style>
a { background-color: #565118; }
a { background-color: rgb(86,81,24); }
div.DivClassName
{
background-color: #565118;
}
.BgClassName
{
background-color: #565118;
}
</style>
border-color css
<style>
span { border-color: #565118; }
span { border-color: rgb(86,81,24); }
td.TdClassName
{
border-color: #565118;
}
.TagClassName
{
border-color: #565118;
}
</style>