Shades of Bronze Olive #564509
Tints of Bronze Olive #564509
RGB
CMYK
RGB Variations
Color information
#564509 (or 0x564509) is known color: Bronze Olive. HEX triplet: 56, 45 and 09. RGB value is (86,69,9). Sum of RGB (Red+Green+Blue) = 86+69+9=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #564509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564509 is #A9BAF6. Grayscale: #434343. Windows color (decimal): -11123447 or 607574. OLE color: 607574.
HSL color Cylindrical-coordinate representation of color #564509: hue angle of 46.75º 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 #564509 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 69 | 9 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.66 |
| HSL | 46.75º | 0.81% | 0.19% | - |
| HSV(B) | 46.75º | 0.9% | 0.34% | - |
| XYZ | 6.02 | 6.25 | 1.15 | - |
| YUV | 67.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 9 | 0 | 0.20 | 0.90 | 0.66 | 46.75 | 0.81 | 0.19 |
| Hex | 56 | 45 | 9 | 0 | 14 | 5A | 42 | 2F | 51 | 13 |
| Octal | 126 | 105 | 11 | 0 | 24 | 132 | 102 | 57 | 121 | 23 |
| Binary | 1010110 | 1000101 | 1001 | 0 | 10100 | 1011010 | 1000010 | 101111 | 1010001 | 10011 |
Color Harmonies of #564509
Complementary color
Monochromatic Colors of #564509
Black with #564509
Text Example
Text Example
White with #564509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564509; }
p { color: rgb(86,69,9); }
H1.HeaderClassName
{
color: #564509;
}
.AnyTagClassName
{
color: #564509;
}
</style>
background-color css
<style>
a { background-color: #564509; }
a { background-color: rgb(86,69,9); }
div.DivClassName
{
background-color: #564509;
}
.BgClassName
{
background-color: #564509;
}
</style>
border-color css
<style>
span { border-color: #564509; }
span { border-color: rgb(86,69,9); }
td.TdClassName
{
border-color: #564509;
}
.TagClassName
{
border-color: #564509;
}
</style>