Shades of Bronze Olive #564A21
Tints of Bronze Olive #564A21
RGB
CMYK
RGB Variations
Color information
#564A21 (or 0x564A21) is known color: Bronze Olive. HEX triplet: 56, 4A and 21. RGB value is (86,74,33). Sum of RGB (Red+Green+Blue) = 86+74+33=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #564A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A21 is #A9B5DE. Grayscale: #494949. Windows color (decimal): -11122143 or 2181718. OLE color: 2181718.
HSL color Cylindrical-coordinate representation of color #564A21: hue angle of 46.42º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #564A21 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 33 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.66 |
| HSL | 46.42º | 0.45% | 0.23% | - |
| HSV(B) | 46.42º | 0.62% | 0.34% | - |
| XYZ | 6.56 | 6.99 | 2.44 | - |
| YUV | 72.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 33 | 0 | 0.14 | 0.62 | 0.66 | 46.42 | 0.45 | 0.23 |
| Hex | 56 | 4A | 21 | 0 | E | 3E | 42 | 2E | 2D | 17 |
| Octal | 126 | 112 | 41 | 0 | 16 | 76 | 102 | 56 | 55 | 27 |
| Binary | 1010110 | 1001010 | 100001 | 0 | 1110 | 111110 | 1000010 | 101110 | 101101 | 10111 |
Color Harmonies of #564A21
Complementary color
Monochromatic Colors of #564A21
Black with #564A21
Text Example
Text Example
White with #564A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A21; }
p { color: rgb(86,74,33); }
H1.HeaderClassName
{
color: #564A21;
}
.AnyTagClassName
{
color: #564A21;
}
</style>
background-color css
<style>
a { background-color: #564A21; }
a { background-color: rgb(86,74,33); }
div.DivClassName
{
background-color: #564A21;
}
.BgClassName
{
background-color: #564A21;
}
</style>
border-color css
<style>
span { border-color: #564A21; }
span { border-color: rgb(86,74,33); }
td.TdClassName
{
border-color: #564A21;
}
.TagClassName
{
border-color: #564A21;
}
</style>