Shades of Bronze Olive #565016
Tints of Bronze Olive #565016
RGB
CMYK
RGB Variations
Color information
#565016 (or 0x565016) is known color: Bronze Olive. HEX triplet: 56, 50 and 16. RGB value is (86,80,22). Sum of RGB (Red+Green+Blue) = 86+80+22=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #565016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565016 is #A9AFE9. Grayscale: #4B4B4B. Windows color (decimal): -11120618 or 1462358. OLE color: 1462358.
HSL color Cylindrical-coordinate representation of color #565016: hue angle of 54.38º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #565016 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 22 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.66 |
| HSL | 54.38º | 0.59% | 0.21% | - |
| HSV(B) | 54.38º | 0.74% | 0.34% | - |
| XYZ | 6.85 | 7.77 | 1.9 | - |
| YUV | 75.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 22 | 0 | 0.07 | 0.74 | 0.66 | 54.38 | 0.59 | 0.21 |
| Hex | 56 | 50 | 16 | 0 | 7 | 4A | 42 | 36 | 3B | 15 |
| Octal | 126 | 120 | 26 | 0 | 7 | 112 | 102 | 66 | 73 | 25 |
| Binary | 1010110 | 1010000 | 10110 | 0 | 111 | 1001010 | 1000010 | 110110 | 111011 | 10101 |
Color Harmonies of #565016
Complementary color
Monochromatic Colors of #565016
Black with #565016
Text Example
Text Example
White with #565016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565016; }
p { color: rgb(86,80,22); }
H1.HeaderClassName
{
color: #565016;
}
.AnyTagClassName
{
color: #565016;
}
</style>
background-color css
<style>
a { background-color: #565016; }
a { background-color: rgb(86,80,22); }
div.DivClassName
{
background-color: #565016;
}
.BgClassName
{
background-color: #565016;
}
</style>
border-color css
<style>
span { border-color: #565016; }
span { border-color: rgb(86,80,22); }
td.TdClassName
{
border-color: #565016;
}
.TagClassName
{
border-color: #565016;
}
</style>