Shades of Bronze Olive #564E1B
Tints of Bronze Olive #564E1B
RGB
CMYK
RGB Variations
Color information
#564E1B (or 0x564E1B) is known color: Bronze Olive. HEX triplet: 56, 4E and 1B. RGB value is (86,78,27). Sum of RGB (Red+Green+Blue) = 86+78+27=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #564E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E1B is #A9B1E4. Grayscale: #4A4A4A. Windows color (decimal): -11121125 or 1789526. OLE color: 1789526.
HSL color Cylindrical-coordinate representation of color #564E1B: hue angle of 51.86º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #564E1B is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 78 | 27 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.66 |
| HSL | 51.86º | 0.52% | 0.22% | - |
| HSV(B) | 51.86º | 0.69% | 0.34% | - |
| XYZ | 6.76 | 7.51 | 2.13 | - |
| YUV | 74.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 27 | 0 | 0.09 | 0.69 | 0.66 | 51.86 | 0.52 | 0.22 |
| Hex | 56 | 4E | 1B | 0 | 9 | 45 | 42 | 34 | 34 | 16 |
| Octal | 126 | 116 | 33 | 0 | 11 | 105 | 102 | 64 | 64 | 26 |
| Binary | 1010110 | 1001110 | 11011 | 0 | 1001 | 1000101 | 1000010 | 110100 | 110100 | 10110 |
Color Harmonies of #564E1B
Complementary color
Monochromatic Colors of #564E1B
Black with #564E1B
Text Example
Text Example
White with #564E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E1B; }
p { color: rgb(86,78,27); }
H1.HeaderClassName
{
color: #564E1B;
}
.AnyTagClassName
{
color: #564E1B;
}
</style>
background-color css
<style>
a { background-color: #564E1B; }
a { background-color: rgb(86,78,27); }
div.DivClassName
{
background-color: #564E1B;
}
.BgClassName
{
background-color: #564E1B;
}
</style>
border-color css
<style>
span { border-color: #564E1B; }
span { border-color: rgb(86,78,27); }
td.TdClassName
{
border-color: #564E1B;
}
.TagClassName
{
border-color: #564E1B;
}
</style>