Shades of Bronze Olive #564A27
Tints of Bronze Olive #564A27
RGB
CMYK
RGB Variations
Color information
#564A27 (or 0x564A27) is known color: Bronze Olive. HEX triplet: 56, 4A and 27. RGB value is (86,74,39). Sum of RGB (Red+Green+Blue) = 86+74+39=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #564A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A27 is #A9B5D8. Grayscale: #494949. Windows color (decimal): -11122137 or 2574934. OLE color: 2574934.
HSL color Cylindrical-coordinate representation of color #564A27: hue angle of 44.68º 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 #564A27 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 39 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.66 |
| HSL | 44.68º | 0.38% | 0.25% | - |
| HSV(B) | 44.68º | 0.55% | 0.34% | - |
| XYZ | 6.65 | 7.02 | 2.92 | - |
| YUV | 73.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 39 | 0 | 0.14 | 0.55 | 0.66 | 44.68 | 0.38 | 0.25 |
| Hex | 56 | 4A | 27 | 0 | E | 37 | 42 | 2D | 26 | 19 |
| Octal | 126 | 112 | 47 | 0 | 16 | 67 | 102 | 55 | 46 | 31 |
| Binary | 1010110 | 1001010 | 100111 | 0 | 1110 | 110111 | 1000010 | 101101 | 100110 | 11001 |
Color Harmonies of #564A27
Complementary color
Monochromatic Colors of #564A27
Black with #564A27
Text Example
Text Example
White with #564A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A27; }
p { color: rgb(86,74,39); }
H1.HeaderClassName
{
color: #564A27;
}
.AnyTagClassName
{
color: #564A27;
}
</style>
background-color css
<style>
a { background-color: #564A27; }
a { background-color: rgb(86,74,39); }
div.DivClassName
{
background-color: #564A27;
}
.BgClassName
{
background-color: #564A27;
}
</style>
border-color css
<style>
span { border-color: #564A27; }
span { border-color: rgb(86,74,39); }
td.TdClassName
{
border-color: #564A27;
}
.TagClassName
{
border-color: #564A27;
}
</style>