Shades of Bronze Olive #564803
Tints of Bronze Olive #564803
RGB
CMYK
RGB Variations
Color information
#564803 (or 0x564803) is known color: Bronze Olive. HEX triplet: 56, 48 and 03. RGB value is (86,72,3). Sum of RGB (Red+Green+Blue) = 86+72+3=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #564803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564803 is #A9B7FC. Grayscale: #444444. Windows color (decimal): -11122685 or 215126. OLE color: 215126.
HSL color Cylindrical-coordinate representation of color #564803: hue angle of 49.88º 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 #564803 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 72 | 3 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.66 |
| HSL | 49.88º | 0.93% | 0.17% | - |
| HSV(B) | 49.88º | 0.97% | 0.34% | - |
| XYZ | 6.17 | 6.62 | 1.04 | - |
| YUV | 68.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 72 | 3 | 0 | 0.16 | 0.97 | 0.66 | 49.88 | 0.93 | 0.17 |
| Hex | 56 | 48 | 3 | 0 | 10 | 61 | 42 | 32 | 5D | 11 |
| Octal | 126 | 110 | 3 | 0 | 20 | 141 | 102 | 62 | 135 | 21 |
| Binary | 1010110 | 1001000 | 11 | 0 | 10000 | 1100001 | 1000010 | 110010 | 1011101 | 10001 |
Color Harmonies of #564803
Complementary color
Monochromatic Colors of #564803
Black with #564803
Text Example
Text Example
White with #564803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564803; }
p { color: rgb(86,72,3); }
H1.HeaderClassName
{
color: #564803;
}
.AnyTagClassName
{
color: #564803;
}
</style>
background-color css
<style>
a { background-color: #564803; }
a { background-color: rgb(86,72,3); }
div.DivClassName
{
background-color: #564803;
}
.BgClassName
{
background-color: #564803;
}
</style>
border-color css
<style>
span { border-color: #564803; }
span { border-color: rgb(86,72,3); }
td.TdClassName
{
border-color: #564803;
}
.TagClassName
{
border-color: #564803;
}
</style>