Shades of Bronze Olive #564B27
Tints of Bronze Olive #564B27
RGB
CMYK
RGB Variations
Color information
#564B27 (or 0x564B27) is known color: Bronze Olive. HEX triplet: 56, 4B and 27. RGB value is (86,75,39). Sum of RGB (Red+Green+Blue) = 86+75+39=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #564B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B27 is #A9B4D8. Grayscale: #4A4A4A. Windows color (decimal): -11121881 or 2575190. OLE color: 2575190.
HSL color Cylindrical-coordinate representation of color #564B27: hue angle of 45.96º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #564B27 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 39 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.66 |
| HSL | 45.96º | 0.38% | 0.25% | - |
| HSV(B) | 45.96º | 0.55% | 0.34% | - |
| XYZ | 6.72 | 7.16 | 2.95 | - |
| YUV | 74.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 39 | 0 | 0.13 | 0.55 | 0.66 | 45.96 | 0.38 | 0.25 |
| Hex | 56 | 4B | 27 | 0 | D | 37 | 42 | 2E | 26 | 19 |
| Octal | 126 | 113 | 47 | 0 | 15 | 67 | 102 | 56 | 46 | 31 |
| Binary | 1010110 | 1001011 | 100111 | 0 | 1101 | 110111 | 1000010 | 101110 | 100110 | 11001 |
Color Harmonies of #564B27
Complementary color
Monochromatic Colors of #564B27
Black with #564B27
Text Example
Text Example
White with #564B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B27; }
p { color: rgb(86,75,39); }
H1.HeaderClassName
{
color: #564B27;
}
.AnyTagClassName
{
color: #564B27;
}
</style>
background-color css
<style>
a { background-color: #564B27; }
a { background-color: rgb(86,75,39); }
div.DivClassName
{
background-color: #564B27;
}
.BgClassName
{
background-color: #564B27;
}
</style>
border-color css
<style>
span { border-color: #564B27; }
span { border-color: rgb(86,75,39); }
td.TdClassName
{
border-color: #564B27;
}
.TagClassName
{
border-color: #564B27;
}
</style>