Shades of Bronze Olive #564A11
Tints of Bronze Olive #564A11
RGB
CMYK
RGB Variations
Color information
#564A11 (or 0x564A11) is known color: Bronze Olive. HEX triplet: 56, 4A and 11. RGB value is (86,74,17). Sum of RGB (Red+Green+Blue) = 86+74+17=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #564A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564A11 is #A9B5EE. Grayscale: #474747. Windows color (decimal): -11122159 or 1133142. OLE color: 1133142.
HSL color Cylindrical-coordinate representation of color #564A11: hue angle of 49.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #564A11 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 17 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.66 |
| HSL | 49.57º | 0.67% | 0.2% | - |
| HSV(B) | 49.57º | 0.8% | 0.34% | - |
| XYZ | 6.39 | 6.92 | 1.53 | - |
| YUV | 71.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 17 | 0 | 0.14 | 0.80 | 0.66 | 49.57 | 0.67 | 0.2 |
| Hex | 56 | 4A | 11 | 0 | E | 50 | 42 | 32 | 43 | 14 |
| Octal | 126 | 112 | 21 | 0 | 16 | 120 | 102 | 62 | 103 | 24 |
| Binary | 1010110 | 1001010 | 10001 | 0 | 1110 | 1010000 | 1000010 | 110010 | 1000011 | 10100 |
Color Harmonies of #564A11
Complementary color
Monochromatic Colors of #564A11
Black with #564A11
Text Example
Text Example
White with #564A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A11; }
p { color: rgb(86,74,17); }
H1.HeaderClassName
{
color: #564A11;
}
.AnyTagClassName
{
color: #564A11;
}
</style>
background-color css
<style>
a { background-color: #564A11; }
a { background-color: rgb(86,74,17); }
div.DivClassName
{
background-color: #564A11;
}
.BgClassName
{
background-color: #564A11;
}
</style>
border-color css
<style>
span { border-color: #564A11; }
span { border-color: rgb(86,74,17); }
td.TdClassName
{
border-color: #564A11;
}
.TagClassName
{
border-color: #564A11;
}
</style>