Shades of Redwood #56332E
Tints of Redwood #56332E
RGB
CMYK
RGB Variations
Color information
#56332E (or 0x56332E) is known color: Redwood. HEX triplet: 56, 33 and 2E. RGB value is (86,51,46). Sum of RGB (Red+Green+Blue) = 86+51+46=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56332E is #A9CCD1. Grayscale: #3C3C3C. Windows color (decimal): -11128018 or 3027798. OLE color: 3027798.
HSL color Cylindrical-coordinate representation of color #56332E: hue angle of 7.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56332E is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 51 | 46 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.66 |
| HSL | 7.5º | 0.3% | 0.26% | - |
| HSV(B) | 7.5º | 0.47% | 0.34% | - |
| XYZ | 5.51 | 4.54 | 3.17 | - |
| YUV | 60.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 51 | 46 | 0 | 0.41 | 0.47 | 0.66 | 7.5 | 0.3 | 0.26 |
| Hex | 56 | 33 | 2E | 0 | 29 | 2F | 42 | 8 | 1E | 1A |
| Octal | 126 | 63 | 56 | 0 | 51 | 57 | 102 | 10 | 36 | 32 |
| Binary | 1010110 | 110011 | 101110 | 0 | 101001 | 101111 | 1000010 | 1000 | 11110 | 11010 |
Color Harmonies of #56332E
Complementary color
Monochromatic Colors of #56332E
Black with #56332E
Text Example
Text Example
White with #56332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56332E; }
p { color: rgb(86,51,46); }
H1.HeaderClassName
{
color: #56332E;
}
.AnyTagClassName
{
color: #56332E;
}
</style>
background-color css
<style>
a { background-color: #56332E; }
a { background-color: rgb(86,51,46); }
div.DivClassName
{
background-color: #56332E;
}
.BgClassName
{
background-color: #56332E;
}
</style>
border-color css
<style>
span { border-color: #56332E; }
span { border-color: rgb(86,51,46); }
td.TdClassName
{
border-color: #56332E;
}
.TagClassName
{
border-color: #56332E;
}
</style>