Shades of Redwood #573630
Tints of Redwood #573630
RGB
CMYK
RGB Variations
Color information
#573630 (or 0x573630) is known color: Redwood. HEX triplet: 57, 36 and 30. RGB value is (87,54,48). Sum of RGB (Red+Green+Blue) = 87+54+48=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #573630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573630 is #A8C9CF. Grayscale: #3F3F3F. Windows color (decimal): -11061712 or 3159639. OLE color: 3159639.
HSL color Cylindrical-coordinate representation of color #573630: hue angle of 9.23º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #573630 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 54 | 48 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.66 |
| HSL | 9.23º | 0.29% | 0.26% | - |
| HSV(B) | 9.23º | 0.45% | 0.34% | - |
| XYZ | 5.78 | 4.88 | 3.43 | - |
| YUV | 63.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 54 | 48 | 0 | 0.38 | 0.45 | 0.66 | 9.23 | 0.29 | 0.26 |
| Hex | 57 | 36 | 30 | 0 | 26 | 2D | 42 | 9 | 1D | 1A |
| Octal | 127 | 66 | 60 | 0 | 46 | 55 | 102 | 11 | 35 | 32 |
| Binary | 1010111 | 110110 | 110000 | 0 | 100110 | 101101 | 1000010 | 1001 | 11101 | 11010 |
Color Harmonies of #573630
Complementary color
Monochromatic Colors of #573630
Black with #573630
Text Example
Text Example
White with #573630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573630; }
p { color: rgb(87,54,48); }
H1.HeaderClassName
{
color: #573630;
}
.AnyTagClassName
{
color: #573630;
}
</style>
background-color css
<style>
a { background-color: #573630; }
a { background-color: rgb(87,54,48); }
div.DivClassName
{
background-color: #573630;
}
.BgClassName
{
background-color: #573630;
}
</style>
border-color css
<style>
span { border-color: #573630; }
span { border-color: rgb(87,54,48); }
td.TdClassName
{
border-color: #573630;
}
.TagClassName
{
border-color: #573630;
}
</style>