Shades of Bronze Olive #564B1E
Tints of Bronze Olive #564B1E
RGB
CMYK
RGB Variations
Color information
#564B1E (or 0x564B1E) is known color: Bronze Olive. HEX triplet: 56, 4B and 1E. RGB value is (86,75,30). Sum of RGB (Red+Green+Blue) = 86+75+30=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #564B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B1E is #A9B4E1. Grayscale: #494949. Windows color (decimal): -11121890 or 1985366. OLE color: 1985366.
HSL color Cylindrical-coordinate representation of color #564B1E: hue angle of 48.21º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #564B1E is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 30 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.66 |
| HSL | 48.21º | 0.48% | 0.23% | - |
| HSV(B) | 48.21º | 0.65% | 0.34% | - |
| XYZ | 6.59 | 7.1 | 2.25 | - |
| YUV | 73.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 30 | 0 | 0.13 | 0.65 | 0.66 | 48.21 | 0.48 | 0.23 |
| Hex | 56 | 4B | 1E | 0 | D | 41 | 42 | 30 | 30 | 17 |
| Octal | 126 | 113 | 36 | 0 | 15 | 101 | 102 | 60 | 60 | 27 |
| Binary | 1010110 | 1001011 | 11110 | 0 | 1101 | 1000001 | 1000010 | 110000 | 110000 | 10111 |
Color Harmonies of #564B1E
Complementary color
Monochromatic Colors of #564B1E
Black with #564B1E
Text Example
Text Example
White with #564B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B1E; }
p { color: rgb(86,75,30); }
H1.HeaderClassName
{
color: #564B1E;
}
.AnyTagClassName
{
color: #564B1E;
}
</style>
background-color css
<style>
a { background-color: #564B1E; }
a { background-color: rgb(86,75,30); }
div.DivClassName
{
background-color: #564B1E;
}
.BgClassName
{
background-color: #564B1E;
}
</style>
border-color css
<style>
span { border-color: #564B1E; }
span { border-color: rgb(86,75,30); }
td.TdClassName
{
border-color: #564B1E;
}
.TagClassName
{
border-color: #564B1E;
}
</style>