Shades of Bronze Olive #564409
Tints of Bronze Olive #564409
RGB
CMYK
RGB Variations
Color information
#564409 (or 0x564409) is known color: Bronze Olive. HEX triplet: 56, 44 and 09. RGB value is (86,68,9). Sum of RGB (Red+Green+Blue) = 86+68+9=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #564409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564409 is #A9BBF6. Grayscale: #424242. Windows color (decimal): -11123703 or 607318. OLE color: 607318.
HSL color Cylindrical-coordinate representation of color #564409: hue angle of 45.97º 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 #564409 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 68 | 9 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.66 |
| HSL | 45.97º | 0.81% | 0.19% | - |
| HSV(B) | 45.97º | 0.9% | 0.34% | - |
| XYZ | 5.95 | 6.13 | 1.13 | - |
| YUV | 66.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 9 | 0 | 0.21 | 0.90 | 0.66 | 45.97 | 0.81 | 0.19 |
| Hex | 56 | 44 | 9 | 0 | 15 | 5A | 42 | 2E | 51 | 13 |
| Octal | 126 | 104 | 11 | 0 | 25 | 132 | 102 | 56 | 121 | 23 |
| Binary | 1010110 | 1000100 | 1001 | 0 | 10101 | 1011010 | 1000010 | 101110 | 1010001 | 10011 |
Color Harmonies of #564409
Complementary color
Monochromatic Colors of #564409
Black with #564409
Text Example
Text Example
White with #564409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564409; }
p { color: rgb(86,68,9); }
H1.HeaderClassName
{
color: #564409;
}
.AnyTagClassName
{
color: #564409;
}
</style>
background-color css
<style>
a { background-color: #564409; }
a { background-color: rgb(86,68,9); }
div.DivClassName
{
background-color: #564409;
}
.BgClassName
{
background-color: #564409;
}
</style>
border-color css
<style>
span { border-color: #564409; }
span { border-color: rgb(86,68,9); }
td.TdClassName
{
border-color: #564409;
}
.TagClassName
{
border-color: #564409;
}
</style>