Shades of Redwood #56322C
Tints of Redwood #56322C
RGB
CMYK
RGB Variations
Color information
#56322C (or 0x56322C) is known color: Redwood. HEX triplet: 56, 32 and 2C. RGB value is (86,50,44). Sum of RGB (Red+Green+Blue) = 86+50+44=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #56322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56322C is #A9CDD3. Grayscale: #3C3C3C. Windows color (decimal): -11128276 or 2896470. OLE color: 2896470.
HSL color Cylindrical-coordinate representation of color #56322C: hue angle of 8.57º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56322C is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 50 | 44 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.66 |
| HSL | 8.57º | 0.32% | 0.25% | - |
| HSV(B) | 8.57º | 0.49% | 0.34% | - |
| XYZ | 5.43 | 4.44 | 2.95 | - |
| YUV | 60.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 50 | 44 | 0 | 0.42 | 0.49 | 0.66 | 8.57 | 0.32 | 0.25 |
| Hex | 56 | 32 | 2C | 0 | 2A | 31 | 42 | 9 | 20 | 19 |
| Octal | 126 | 62 | 54 | 0 | 52 | 61 | 102 | 11 | 40 | 31 |
| Binary | 1010110 | 110010 | 101100 | 0 | 101010 | 110001 | 1000010 | 1001 | 100000 | 11001 |
Color Harmonies of #56322C
Complementary color
Monochromatic Colors of #56322C
Black with #56322C
Text Example
Text Example
White with #56322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56322C; }
p { color: rgb(86,50,44); }
H1.HeaderClassName
{
color: #56322C;
}
.AnyTagClassName
{
color: #56322C;
}
</style>
background-color css
<style>
a { background-color: #56322C; }
a { background-color: rgb(86,50,44); }
div.DivClassName
{
background-color: #56322C;
}
.BgClassName
{
background-color: #56322C;
}
</style>
border-color css
<style>
span { border-color: #56322C; }
span { border-color: rgb(86,50,44); }
td.TdClassName
{
border-color: #56322C;
}
.TagClassName
{
border-color: #56322C;
}
</style>