Shades of Bronze Olive #564E0B
Tints of Bronze Olive #564E0B
RGB
CMYK
RGB Variations
Color information
#564E0B (or 0x564E0B) is known color: Bronze Olive. HEX triplet: 56, 4E and 0B. RGB value is (86,78,11). Sum of RGB (Red+Green+Blue) = 86+78+11=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #564E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564E0B is #A9B1F4. Grayscale: #494949. Windows color (decimal): -11121141 or 740950. OLE color: 740950.
HSL color Cylindrical-coordinate representation of color #564E0B: hue angle of 53.6º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #564E0B is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 78 | 11 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.66 |
| HSL | 53.6º | 0.77% | 0.19% | - |
| HSV(B) | 53.6º | 0.87% | 0.34% | - |
| XYZ | 6.62 | 7.45 | 1.41 | - |
| YUV | 72.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 11 | 0 | 0.09 | 0.87 | 0.66 | 53.6 | 0.77 | 0.19 |
| Hex | 56 | 4E | B | 0 | 9 | 57 | 42 | 36 | 4D | 13 |
| Octal | 126 | 116 | 13 | 0 | 11 | 127 | 102 | 66 | 115 | 23 |
| Binary | 1010110 | 1001110 | 1011 | 0 | 1001 | 1010111 | 1000010 | 110110 | 1001101 | 10011 |
Color Harmonies of #564E0B
Complementary color
Monochromatic Colors of #564E0B
Black with #564E0B
Text Example
Text Example
White with #564E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E0B; }
p { color: rgb(86,78,11); }
H1.HeaderClassName
{
color: #564E0B;
}
.AnyTagClassName
{
color: #564E0B;
}
</style>
background-color css
<style>
a { background-color: #564E0B; }
a { background-color: rgb(86,78,11); }
div.DivClassName
{
background-color: #564E0B;
}
.BgClassName
{
background-color: #564E0B;
}
</style>
border-color css
<style>
span { border-color: #564E0B; }
span { border-color: rgb(86,78,11); }
td.TdClassName
{
border-color: #564E0B;
}
.TagClassName
{
border-color: #564E0B;
}
</style>