Shades of Bronze Olive #564C03
Tints of Bronze Olive #564C03
RGB
CMYK
RGB Variations
Color information
#564C03 (or 0x564C03) is known color: Bronze Olive. HEX triplet: 56, 4C and 03. RGB value is (86,76,3). Sum of RGB (Red+Green+Blue) = 86+76+3=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #564C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564C03 is #A9B3FC. Grayscale: #464646. Windows color (decimal): -11121661 or 216150. OLE color: 216150.
HSL color Cylindrical-coordinate representation of color #564C03: hue angle of 52.77º 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 #564C03 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 3 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.66 |
| HSL | 52.77º | 0.93% | 0.17% | - |
| HSV(B) | 52.77º | 0.97% | 0.34% | - |
| XYZ | 6.44 | 7.15 | 1.13 | - |
| YUV | 70.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 3 | 0 | 0.12 | 0.97 | 0.66 | 52.77 | 0.93 | 0.17 |
| Hex | 56 | 4C | 3 | 0 | C | 61 | 42 | 35 | 5D | 11 |
| Octal | 126 | 114 | 3 | 0 | 14 | 141 | 102 | 65 | 135 | 21 |
| Binary | 1010110 | 1001100 | 11 | 0 | 1100 | 1100001 | 1000010 | 110101 | 1011101 | 10001 |
Color Harmonies of #564C03
Complementary color
Monochromatic Colors of #564C03
Black with #564C03
Text Example
Text Example
White with #564C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C03; }
p { color: rgb(86,76,3); }
H1.HeaderClassName
{
color: #564C03;
}
.AnyTagClassName
{
color: #564C03;
}
</style>
background-color css
<style>
a { background-color: #564C03; }
a { background-color: rgb(86,76,3); }
div.DivClassName
{
background-color: #564C03;
}
.BgClassName
{
background-color: #564C03;
}
</style>
border-color css
<style>
span { border-color: #564C03; }
span { border-color: rgb(86,76,3); }
td.TdClassName
{
border-color: #564C03;
}
.TagClassName
{
border-color: #564C03;
}
</style>