Shades of Redwood #563229
Tints of Redwood #563229
RGB
CMYK
RGB Variations
Color information
#563229 (or 0x563229) is known color: Redwood. HEX triplet: 56, 32 and 29. RGB value is (86,50,41). Sum of RGB (Red+Green+Blue) = 86+50+41=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #563229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563229 is #A9CDD6. Grayscale: #3B3B3B. Windows color (decimal): -11128279 or 2699862. OLE color: 2699862.
HSL color Cylindrical-coordinate representation of color #563229: hue angle of 12º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #563229 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 50 | 41 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.66 |
| HSL | 12º | 0.35% | 0.25% | - |
| HSV(B) | 12º | 0.52% | 0.34% | - |
| XYZ | 5.38 | 4.42 | 2.67 | - |
| YUV | 59.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 50 | 41 | 0 | 0.42 | 0.52 | 0.66 | 12 | 0.35 | 0.25 |
| Hex | 56 | 32 | 29 | 0 | 2A | 34 | 42 | C | 23 | 19 |
| Octal | 126 | 62 | 51 | 0 | 52 | 64 | 102 | 14 | 43 | 31 |
| Binary | 1010110 | 110010 | 101001 | 0 | 101010 | 110100 | 1000010 | 1100 | 100011 | 11001 |
Color Harmonies of #563229
Complementary color
Monochromatic Colors of #563229
Black with #563229
Text Example
Text Example
White with #563229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563229; }
p { color: rgb(86,50,41); }
H1.HeaderClassName
{
color: #563229;
}
.AnyTagClassName
{
color: #563229;
}
</style>
background-color css
<style>
a { background-color: #563229; }
a { background-color: rgb(86,50,41); }
div.DivClassName
{
background-color: #563229;
}
.BgClassName
{
background-color: #563229;
}
</style>
border-color css
<style>
span { border-color: #563229; }
span { border-color: rgb(86,50,41); }
td.TdClassName
{
border-color: #563229;
}
.TagClassName
{
border-color: #563229;
}
</style>