Shades of Bronze Olive #564B28
Tints of Bronze Olive #564B28
RGB
CMYK
RGB Variations
Color information
#564B28 (or 0x564B28) is known color: Bronze Olive. HEX triplet: 56, 4B and 28. RGB value is (86,75,40). Sum of RGB (Red+Green+Blue) = 86+75+40=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #564B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B28 is #A9B4D7. Grayscale: #4A4A4A. Windows color (decimal): -11121880 or 2640726. OLE color: 2640726.
HSL color Cylindrical-coordinate representation of color #564B28: hue angle of 45.65º 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 #564B28 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 40 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.66 |
| HSL | 45.65º | 0.37% | 0.25% | - |
| HSV(B) | 45.65º | 0.53% | 0.34% | - |
| XYZ | 6.74 | 7.16 | 3.04 | - |
| YUV | 74.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 40 | 0 | 0.13 | 0.53 | 0.66 | 45.65 | 0.37 | 0.25 |
| Hex | 56 | 4B | 28 | 0 | D | 35 | 42 | 2E | 25 | 19 |
| Octal | 126 | 113 | 50 | 0 | 15 | 65 | 102 | 56 | 45 | 31 |
| Binary | 1010110 | 1001011 | 101000 | 0 | 1101 | 110101 | 1000010 | 101110 | 100101 | 11001 |
Color Harmonies of #564B28
Complementary color
Monochromatic Colors of #564B28
Black with #564B28
Text Example
Text Example
White with #564B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B28; }
p { color: rgb(86,75,40); }
H1.HeaderClassName
{
color: #564B28;
}
.AnyTagClassName
{
color: #564B28;
}
</style>
background-color css
<style>
a { background-color: #564B28; }
a { background-color: rgb(86,75,40); }
div.DivClassName
{
background-color: #564B28;
}
.BgClassName
{
background-color: #564B28;
}
</style>
border-color css
<style>
span { border-color: #564B28; }
span { border-color: rgb(86,75,40); }
td.TdClassName
{
border-color: #564B28;
}
.TagClassName
{
border-color: #564B28;
}
</style>