Shades of Redwood #563228
Tints of Redwood #563228
RGB
CMYK
RGB Variations
Color information
#563228 (or 0x563228) is known color: Redwood. HEX triplet: 56, 32 and 28. RGB value is (86,50,40). Sum of RGB (Red+Green+Blue) = 86+50+40=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #563228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563228 is #A9CDD7. Grayscale: #3B3B3B. Windows color (decimal): -11128280 or 2634326. OLE color: 2634326.
HSL color Cylindrical-coordinate representation of color #563228: hue angle of 13.04º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #563228 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 50 | 40 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.66 |
| HSL | 13.04º | 0.37% | 0.25% | - |
| HSV(B) | 13.04º | 0.53% | 0.34% | - |
| XYZ | 5.36 | 4.41 | 2.58 | - |
| YUV | 59.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 50 | 40 | 0 | 0.42 | 0.53 | 0.66 | 13.04 | 0.37 | 0.25 |
| Hex | 56 | 32 | 28 | 0 | 2A | 35 | 42 | D | 25 | 19 |
| Octal | 126 | 62 | 50 | 0 | 52 | 65 | 102 | 15 | 45 | 31 |
| Binary | 1010110 | 110010 | 101000 | 0 | 101010 | 110101 | 1000010 | 1101 | 100101 | 11001 |
Color Harmonies of #563228
Complementary color
Monochromatic Colors of #563228
Black with #563228
Text Example
Text Example
White with #563228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563228; }
p { color: rgb(86,50,40); }
H1.HeaderClassName
{
color: #563228;
}
.AnyTagClassName
{
color: #563228;
}
</style>
background-color css
<style>
a { background-color: #563228; }
a { background-color: rgb(86,50,40); }
div.DivClassName
{
background-color: #563228;
}
.BgClassName
{
background-color: #563228;
}
</style>
border-color css
<style>
span { border-color: #563228; }
span { border-color: rgb(86,50,40); }
td.TdClassName
{
border-color: #563228;
}
.TagClassName
{
border-color: #563228;
}
</style>