Shades of Woody Brown #564241
Tints of Woody Brown #564241
RGB
CMYK
RGB Variations
Color information
#564241 (or 0x564241) is known color: Woody Brown. HEX triplet: 56, 42 and 41. RGB value is (86,66,65). Sum of RGB (Red+Green+Blue) = 86+66+65=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 86 - color contains mainly: red. Hex color #564241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564241 is #A9BDBE. Grayscale: #474747. Windows color (decimal): -11124159 or 4276822. OLE color: 4276822.
HSL color Cylindrical-coordinate representation of color #564241: hue angle of 2.86º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #564241 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 66 | 65 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.66 |
| HSL | 2.86º | 0.14% | 0.3% | - |
| HSV(B) | 2.86º | 0.24% | 0.34% | - |
| XYZ | 6.74 | 6.26 | 5.85 | - |
| YUV | 71.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 65 | 0 | 0.23 | 0.24 | 0.66 | 2.86 | 0.14 | 0.3 |
| Hex | 56 | 42 | 41 | 0 | 17 | 18 | 42 | 3 | E | 1E |
| Octal | 126 | 102 | 101 | 0 | 27 | 30 | 102 | 3 | 16 | 36 |
| Binary | 1010110 | 1000010 | 1000001 | 0 | 10111 | 11000 | 1000010 | 11 | 1110 | 11110 |
Color Harmonies of #564241
Complementary color
Monochromatic Colors of #564241
Black with #564241
Text Example
Text Example
White with #564241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564241; }
p { color: rgb(86,66,65); }
H1.HeaderClassName
{
color: #564241;
}
.AnyTagClassName
{
color: #564241;
}
</style>
background-color css
<style>
a { background-color: #564241; }
a { background-color: rgb(86,66,65); }
div.DivClassName
{
background-color: #564241;
}
.BgClassName
{
background-color: #564241;
}
</style>
border-color css
<style>
span { border-color: #564241; }
span { border-color: rgb(86,66,65); }
td.TdClassName
{
border-color: #564241;
}
.TagClassName
{
border-color: #564241;
}
</style>