Shades of Bronze Olive #564A03
Tints of Bronze Olive #564A03
RGB
CMYK
RGB Variations
Color information
#564A03 (or 0x564A03) is known color: Bronze Olive. HEX triplet: 56, 4A and 03. RGB value is (86,74,3). Sum of RGB (Red+Green+Blue) = 86+74+3=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #564A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564A03 is #A9B5FC. Grayscale: #454545. Windows color (decimal): -11122173 or 215638. OLE color: 215638.
HSL color Cylindrical-coordinate representation of color #564A03: hue angle of 51.33º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #564A03 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 3 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.66 |
| HSL | 51.33º | 0.93% | 0.17% | - |
| HSV(B) | 51.33º | 0.97% | 0.34% | - |
| XYZ | 6.3 | 6.88 | 1.08 | - |
| YUV | 69.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 3 | 0 | 0.14 | 0.97 | 0.66 | 51.33 | 0.93 | 0.17 |
| Hex | 56 | 4A | 3 | 0 | E | 61 | 42 | 33 | 5D | 11 |
| Octal | 126 | 112 | 3 | 0 | 16 | 141 | 102 | 63 | 135 | 21 |
| Binary | 1010110 | 1001010 | 11 | 0 | 1110 | 1100001 | 1000010 | 110011 | 1011101 | 10001 |
Color Harmonies of #564A03
Complementary color
Monochromatic Colors of #564A03
Black with #564A03
Text Example
Text Example
White with #564A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A03; }
p { color: rgb(86,74,3); }
H1.HeaderClassName
{
color: #564A03;
}
.AnyTagClassName
{
color: #564A03;
}
</style>
background-color css
<style>
a { background-color: #564A03; }
a { background-color: rgb(86,74,3); }
div.DivClassName
{
background-color: #564A03;
}
.BgClassName
{
background-color: #564A03;
}
</style>
border-color css
<style>
span { border-color: #564A03; }
span { border-color: rgb(86,74,3); }
td.TdClassName
{
border-color: #564A03;
}
.TagClassName
{
border-color: #564A03;
}
</style>