Shades of Bronze Olive #564204
Tints of Bronze Olive #564204
RGB
CMYK
RGB Variations
Color information
#564204 (or 0x564204) is known color: Bronze Olive. HEX triplet: 56, 42 and 04. RGB value is (86,66,4). Sum of RGB (Red+Green+Blue) = 86+66+4=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #564204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564204 is #A9BDFB. Grayscale: #414141. Windows color (decimal): -11124220 or 279126. OLE color: 279126.
HSL color Cylindrical-coordinate representation of color #564204: hue angle of 45.37º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #564204 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 66 | 4 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.66 |
| HSL | 45.37º | 0.91% | 0.18% | - |
| HSV(B) | 45.37º | 0.95% | 0.34% | - |
| XYZ | 5.81 | 5.88 | 0.94 | - |
| YUV | 64.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 4 | 0 | 0.23 | 0.95 | 0.66 | 45.37 | 0.91 | 0.18 |
| Hex | 56 | 42 | 4 | 0 | 17 | 5F | 42 | 2D | 5B | 12 |
| Octal | 126 | 102 | 4 | 0 | 27 | 137 | 102 | 55 | 133 | 22 |
| Binary | 1010110 | 1000010 | 100 | 0 | 10111 | 1011111 | 1000010 | 101101 | 1011011 | 10010 |
Color Harmonies of #564204
Complementary color
Monochromatic Colors of #564204
Black with #564204
Text Example
Text Example
White with #564204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564204; }
p { color: rgb(86,66,4); }
H1.HeaderClassName
{
color: #564204;
}
.AnyTagClassName
{
color: #564204;
}
</style>
background-color css
<style>
a { background-color: #564204; }
a { background-color: rgb(86,66,4); }
div.DivClassName
{
background-color: #564204;
}
.BgClassName
{
background-color: #564204;
}
</style>
border-color css
<style>
span { border-color: #564204; }
span { border-color: rgb(86,66,4); }
td.TdClassName
{
border-color: #564204;
}
.TagClassName
{
border-color: #564204;
}
</style>