Shades of Bronze Olive #564C1D
Tints of Bronze Olive #564C1D
RGB
CMYK
RGB Variations
Color information
#564C1D (or 0x564C1D) is known color: Bronze Olive. HEX triplet: 56, 4C and 1D. RGB value is (86,76,29). Sum of RGB (Red+Green+Blue) = 86+76+29=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #564C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C1D is #A9B3E2. Grayscale: #494949. Windows color (decimal): -11121635 or 1920086. OLE color: 1920086.
HSL color Cylindrical-coordinate representation of color #564C1D: hue angle of 49.47º 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 #564C1D is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 29 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.66 |
| HSL | 49.47º | 0.5% | 0.23% | - |
| HSV(B) | 49.47º | 0.66% | 0.34% | - |
| XYZ | 6.64 | 7.24 | 2.21 | - |
| YUV | 73.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 29 | 0 | 0.12 | 0.66 | 0.66 | 49.47 | 0.5 | 0.23 |
| Hex | 56 | 4C | 1D | 0 | C | 42 | 42 | 31 | 32 | 17 |
| Octal | 126 | 114 | 35 | 0 | 14 | 102 | 102 | 61 | 62 | 27 |
| Binary | 1010110 | 1001100 | 11101 | 0 | 1100 | 1000010 | 1000010 | 110001 | 110010 | 10111 |
Color Harmonies of #564C1D
Complementary color
Monochromatic Colors of #564C1D
Black with #564C1D
Text Example
Text Example
White with #564C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C1D; }
p { color: rgb(86,76,29); }
H1.HeaderClassName
{
color: #564C1D;
}
.AnyTagClassName
{
color: #564C1D;
}
</style>
background-color css
<style>
a { background-color: #564C1D; }
a { background-color: rgb(86,76,29); }
div.DivClassName
{
background-color: #564C1D;
}
.BgClassName
{
background-color: #564C1D;
}
</style>
border-color css
<style>
span { border-color: #564C1D; }
span { border-color: rgb(86,76,29); }
td.TdClassName
{
border-color: #564C1D;
}
.TagClassName
{
border-color: #564C1D;
}
</style>