Shades of Bronze Olive #564A09
Tints of Bronze Olive #564A09
RGB
CMYK
RGB Variations
Color information
#564A09 (or 0x564A09) is known color: Bronze Olive. HEX triplet: 56, 4A and 09. RGB value is (86,74,9). Sum of RGB (Red+Green+Blue) = 86+74+9=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #564A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564A09 is #A9B5F6. Grayscale: #464646. Windows color (decimal): -11122167 or 608854. OLE color: 608854.
HSL color Cylindrical-coordinate representation of color #564A09: hue angle of 50.65º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #564A09 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 9 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.66 |
| HSL | 50.65º | 0.81% | 0.19% | - |
| HSV(B) | 50.65º | 0.9% | 0.34% | - |
| XYZ | 6.34 | 6.9 | 1.26 | - |
| YUV | 70.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 9 | 0 | 0.14 | 0.90 | 0.66 | 50.65 | 0.81 | 0.19 |
| Hex | 56 | 4A | 9 | 0 | E | 5A | 42 | 33 | 51 | 13 |
| Octal | 126 | 112 | 11 | 0 | 16 | 132 | 102 | 63 | 121 | 23 |
| Binary | 1010110 | 1001010 | 1001 | 0 | 1110 | 1011010 | 1000010 | 110011 | 1010001 | 10011 |
Color Harmonies of #564A09
Complementary color
Monochromatic Colors of #564A09
Black with #564A09
Text Example
Text Example
White with #564A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A09; }
p { color: rgb(86,74,9); }
H1.HeaderClassName
{
color: #564A09;
}
.AnyTagClassName
{
color: #564A09;
}
</style>
background-color css
<style>
a { background-color: #564A09; }
a { background-color: rgb(86,74,9); }
div.DivClassName
{
background-color: #564A09;
}
.BgClassName
{
background-color: #564A09;
}
</style>
border-color css
<style>
span { border-color: #564A09; }
span { border-color: rgb(86,74,9); }
td.TdClassName
{
border-color: #564A09;
}
.TagClassName
{
border-color: #564A09;
}
</style>