Shades of Bronze Olive #564804
Tints of Bronze Olive #564804
RGB
CMYK
RGB Variations
Color information
#564804 (or 0x564804) is known color: Bronze Olive. HEX triplet: 56, 48 and 04. RGB value is (86,72,4). Sum of RGB (Red+Green+Blue) = 86+72+4=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #564804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564804 is #A9B7FB. Grayscale: #444444. Windows color (decimal): -11122684 or 280662. OLE color: 280662.
HSL color Cylindrical-coordinate representation of color #564804: hue angle of 49.76º 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 #564804 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 72 | 4 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.66 |
| HSL | 49.76º | 0.91% | 0.18% | - |
| HSV(B) | 49.76º | 0.95% | 0.34% | - |
| XYZ | 6.18 | 6.62 | 1.07 | - |
| YUV | 68.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 72 | 4 | 0 | 0.16 | 0.95 | 0.66 | 49.76 | 0.91 | 0.18 |
| Hex | 56 | 48 | 4 | 0 | 10 | 5F | 42 | 32 | 5B | 12 |
| Octal | 126 | 110 | 4 | 0 | 20 | 137 | 102 | 62 | 133 | 22 |
| Binary | 1010110 | 1001000 | 100 | 0 | 10000 | 1011111 | 1000010 | 110010 | 1011011 | 10010 |
Color Harmonies of #564804
Complementary color
Monochromatic Colors of #564804
Black with #564804
Text Example
Text Example
White with #564804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564804; }
p { color: rgb(86,72,4); }
H1.HeaderClassName
{
color: #564804;
}
.AnyTagClassName
{
color: #564804;
}
</style>
background-color css
<style>
a { background-color: #564804; }
a { background-color: rgb(86,72,4); }
div.DivClassName
{
background-color: #564804;
}
.BgClassName
{
background-color: #564804;
}
</style>
border-color css
<style>
span { border-color: #564804; }
span { border-color: rgb(86,72,4); }
td.TdClassName
{
border-color: #564804;
}
.TagClassName
{
border-color: #564804;
}
</style>