Shades of Bronze Olive #564A1D
Tints of Bronze Olive #564A1D
RGB
CMYK
RGB Variations
Color information
#564A1D (or 0x564A1D) is known color: Bronze Olive. HEX triplet: 56, 4A and 1D. RGB value is (86,74,29). Sum of RGB (Red+Green+Blue) = 86+74+29=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #564A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A1D is #A9B5E2. Grayscale: #484848. Windows color (decimal): -11122147 or 1919574. OLE color: 1919574.
HSL color Cylindrical-coordinate representation of color #564A1D: hue angle of 47.37º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #564A1D is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 29 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.66 |
| HSL | 47.37º | 0.5% | 0.23% | - |
| HSV(B) | 47.37º | 0.66% | 0.34% | - |
| XYZ | 6.51 | 6.96 | 2.16 | - |
| YUV | 72.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 29 | 0 | 0.14 | 0.66 | 0.66 | 47.37 | 0.5 | 0.23 |
| Hex | 56 | 4A | 1D | 0 | E | 42 | 42 | 2F | 32 | 17 |
| Octal | 126 | 112 | 35 | 0 | 16 | 102 | 102 | 57 | 62 | 27 |
| Binary | 1010110 | 1001010 | 11101 | 0 | 1110 | 1000010 | 1000010 | 101111 | 110010 | 10111 |
Color Harmonies of #564A1D
Complementary color
Monochromatic Colors of #564A1D
Black with #564A1D
Text Example
Text Example
White with #564A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A1D; }
p { color: rgb(86,74,29); }
H1.HeaderClassName
{
color: #564A1D;
}
.AnyTagClassName
{
color: #564A1D;
}
</style>
background-color css
<style>
a { background-color: #564A1D; }
a { background-color: rgb(86,74,29); }
div.DivClassName
{
background-color: #564A1D;
}
.BgClassName
{
background-color: #564A1D;
}
</style>
border-color css
<style>
span { border-color: #564A1D; }
span { border-color: rgb(86,74,29); }
td.TdClassName
{
border-color: #564A1D;
}
.TagClassName
{
border-color: #564A1D;
}
</style>