Shades of Bronze Olive #565015
Tints of Bronze Olive #565015
RGB
CMYK
RGB Variations
Color information
#565015 (or 0x565015) is known color: Bronze Olive. HEX triplet: 56, 50 and 15. RGB value is (86,80,21). Sum of RGB (Red+Green+Blue) = 86+80+21=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #565015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565015 is #A9AFEA. Grayscale: #4B4B4B. Windows color (decimal): -11120619 or 1396822. OLE color: 1396822.
HSL color Cylindrical-coordinate representation of color #565015: hue angle of 54.46º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #565015 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 21 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.66 |
| HSL | 54.46º | 0.61% | 0.21% | - |
| HSV(B) | 54.46º | 0.76% | 0.34% | - |
| XYZ | 6.84 | 7.77 | 1.85 | - |
| YUV | 75.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 21 | 0 | 0.07 | 0.76 | 0.66 | 54.46 | 0.61 | 0.21 |
| Hex | 56 | 50 | 15 | 0 | 7 | 4C | 42 | 36 | 3D | 15 |
| Octal | 126 | 120 | 25 | 0 | 7 | 114 | 102 | 66 | 75 | 25 |
| Binary | 1010110 | 1010000 | 10101 | 0 | 111 | 1001100 | 1000010 | 110110 | 111101 | 10101 |
Color Harmonies of #565015
Complementary color
Monochromatic Colors of #565015
Black with #565015
Text Example
Text Example
White with #565015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565015; }
p { color: rgb(86,80,21); }
H1.HeaderClassName
{
color: #565015;
}
.AnyTagClassName
{
color: #565015;
}
</style>
background-color css
<style>
a { background-color: #565015; }
a { background-color: rgb(86,80,21); }
div.DivClassName
{
background-color: #565015;
}
.BgClassName
{
background-color: #565015;
}
</style>
border-color css
<style>
span { border-color: #565015; }
span { border-color: rgb(86,80,21); }
td.TdClassName
{
border-color: #565015;
}
.TagClassName
{
border-color: #565015;
}
</style>