Shades of Bronze Olive #564F28
Tints of Bronze Olive #564F28
RGB
CMYK
RGB Variations
Color information
#564F28 (or 0x564F28) is known color: Bronze Olive. HEX triplet: 56, 4F and 28. RGB value is (86,79,40). Sum of RGB (Red+Green+Blue) = 86+79+40=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #564F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564F28 is #A9B0D7. Grayscale: #4C4C4C. Windows color (decimal): -11120856 or 2641750. OLE color: 2641750.
HSL color Cylindrical-coordinate representation of color #564F28: hue angle of 50.87º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #564F28 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 40 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.66 |
| HSL | 50.87º | 0.37% | 0.25% | - |
| HSV(B) | 50.87º | 0.53% | 0.34% | - |
| XYZ | 7.02 | 7.72 | 3.13 | - |
| YUV | 76.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 40 | 0 | 0.08 | 0.53 | 0.66 | 50.87 | 0.37 | 0.25 |
| Hex | 56 | 4F | 28 | 0 | 8 | 35 | 42 | 33 | 25 | 19 |
| Octal | 126 | 117 | 50 | 0 | 10 | 65 | 102 | 63 | 45 | 31 |
| Binary | 1010110 | 1001111 | 101000 | 0 | 1000 | 110101 | 1000010 | 110011 | 100101 | 11001 |
Color Harmonies of #564F28
Complementary color
Monochromatic Colors of #564F28
Black with #564F28
Text Example
Text Example
White with #564F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F28; }
p { color: rgb(86,79,40); }
H1.HeaderClassName
{
color: #564F28;
}
.AnyTagClassName
{
color: #564F28;
}
</style>
background-color css
<style>
a { background-color: #564F28; }
a { background-color: rgb(86,79,40); }
div.DivClassName
{
background-color: #564F28;
}
.BgClassName
{
background-color: #564F28;
}
</style>
border-color css
<style>
span { border-color: #564F28; }
span { border-color: rgb(86,79,40); }
td.TdClassName
{
border-color: #564F28;
}
.TagClassName
{
border-color: #564F28;
}
</style>