Shades of Redwood #573831
Tints of Redwood #573831
RGB
CMYK
RGB Variations
Color information
#573831 (or 0x573831) is known color: Redwood. HEX triplet: 57, 38 and 31. RGB value is (87,56,49). Sum of RGB (Red+Green+Blue) = 87+56+49=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #573831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573831 is #A8C7CE. Grayscale: #404040. Windows color (decimal): -11061199 or 3225687. OLE color: 3225687.
HSL color Cylindrical-coordinate representation of color #573831: hue angle of 11.05º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #573831 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 56 | 49 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.66 |
| HSL | 11.05º | 0.28% | 0.27% | - |
| HSV(B) | 11.05º | 0.44% | 0.34% | - |
| XYZ | 5.9 | 5.08 | 3.57 | - |
| YUV | 64.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 56 | 49 | 0 | 0.36 | 0.44 | 0.66 | 11.05 | 0.28 | 0.27 |
| Hex | 57 | 38 | 31 | 0 | 24 | 2C | 42 | B | 1C | 1B |
| Octal | 127 | 70 | 61 | 0 | 44 | 54 | 102 | 13 | 34 | 33 |
| Binary | 1010111 | 111000 | 110001 | 0 | 100100 | 101100 | 1000010 | 1011 | 11100 | 11011 |
Color Harmonies of #573831
Complementary color
Monochromatic Colors of #573831
Black with #573831
Text Example
Text Example
White with #573831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573831; }
p { color: rgb(87,56,49); }
H1.HeaderClassName
{
color: #573831;
}
.AnyTagClassName
{
color: #573831;
}
</style>
background-color css
<style>
a { background-color: #573831; }
a { background-color: rgb(87,56,49); }
div.DivClassName
{
background-color: #573831;
}
.BgClassName
{
background-color: #573831;
}
</style>
border-color css
<style>
span { border-color: #573831; }
span { border-color: rgb(87,56,49); }
td.TdClassName
{
border-color: #573831;
}
.TagClassName
{
border-color: #573831;
}
</style>