Shades of Bronze Olive #564C1E
Tints of Bronze Olive #564C1E
RGB
CMYK
RGB Variations
Color information
#564C1E (or 0x564C1E) is known color: Bronze Olive. HEX triplet: 56, 4C and 1E. RGB value is (86,76,30). Sum of RGB (Red+Green+Blue) = 86+76+30=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #564C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C1E is #A9B3E1. Grayscale: #494949. Windows color (decimal): -11121634 or 1985622. OLE color: 1985622.
HSL color Cylindrical-coordinate representation of color #564C1E: hue angle of 49.29º 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 #564C1E is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 30 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.66 |
| HSL | 49.29º | 0.48% | 0.23% | - |
| HSV(B) | 49.29º | 0.65% | 0.34% | - |
| XYZ | 6.66 | 7.24 | 2.28 | - |
| YUV | 73.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 30 | 0 | 0.12 | 0.65 | 0.66 | 49.29 | 0.48 | 0.23 |
| Hex | 56 | 4C | 1E | 0 | C | 41 | 42 | 31 | 30 | 17 |
| Octal | 126 | 114 | 36 | 0 | 14 | 101 | 102 | 61 | 60 | 27 |
| Binary | 1010110 | 1001100 | 11110 | 0 | 1100 | 1000001 | 1000010 | 110001 | 110000 | 10111 |
Color Harmonies of #564C1E
Complementary color
Monochromatic Colors of #564C1E
Black with #564C1E
Text Example
Text Example
White with #564C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C1E; }
p { color: rgb(86,76,30); }
H1.HeaderClassName
{
color: #564C1E;
}
.AnyTagClassName
{
color: #564C1E;
}
</style>
background-color css
<style>
a { background-color: #564C1E; }
a { background-color: rgb(86,76,30); }
div.DivClassName
{
background-color: #564C1E;
}
.BgClassName
{
background-color: #564C1E;
}
</style>
border-color css
<style>
span { border-color: #564C1E; }
span { border-color: rgb(86,76,30); }
td.TdClassName
{
border-color: #564C1E;
}
.TagClassName
{
border-color: #564C1E;
}
</style>