Shades of Redwood #57332E
Tints of Redwood #57332E
RGB
CMYK
RGB Variations
Color information
#57332E (or 0x57332E) is known color: Redwood. HEX triplet: 57, 33 and 2E. RGB value is (87,51,46). Sum of RGB (Red+Green+Blue) = 87+51+46=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #57332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57332E is #A8CCD1. Grayscale: #3D3D3D. Windows color (decimal): -11062482 or 3027799. OLE color: 3027799.
HSL color Cylindrical-coordinate representation of color #57332E: hue angle of 7.32º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57332E is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 51 | 46 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.66 |
| HSL | 7.32º | 0.31% | 0.26% | - |
| HSV(B) | 7.32º | 0.47% | 0.34% | - |
| XYZ | 5.61 | 4.59 | 3.18 | - |
| YUV | 61.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 51 | 46 | 0 | 0.41 | 0.47 | 0.66 | 7.32 | 0.31 | 0.26 |
| Hex | 57 | 33 | 2E | 0 | 29 | 2F | 42 | 7 | 1F | 1A |
| Octal | 127 | 63 | 56 | 0 | 51 | 57 | 102 | 7 | 37 | 32 |
| Binary | 1010111 | 110011 | 101110 | 0 | 101001 | 101111 | 1000010 | 111 | 11111 | 11010 |
Color Harmonies of #57332E
Complementary color
Monochromatic Colors of #57332E
Black with #57332E
Text Example
Text Example
White with #57332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57332E; }
p { color: rgb(87,51,46); }
H1.HeaderClassName
{
color: #57332E;
}
.AnyTagClassName
{
color: #57332E;
}
</style>
background-color css
<style>
a { background-color: #57332E; }
a { background-color: rgb(87,51,46); }
div.DivClassName
{
background-color: #57332E;
}
.BgClassName
{
background-color: #57332E;
}
</style>
border-color css
<style>
span { border-color: #57332E; }
span { border-color: rgb(87,51,46); }
td.TdClassName
{
border-color: #57332E;
}
.TagClassName
{
border-color: #57332E;
}
</style>