Shades of Redwood #55332E
Tints of Redwood #55332E
RGB
CMYK
RGB Variations
Color information
#55332E (or 0x55332E) is known color: Redwood. HEX triplet: 55, 33 and 2E. RGB value is (85,51,46). Sum of RGB (Red+Green+Blue) = 85+51+46=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55332E is #AACCD1. Grayscale: #3C3C3C. Windows color (decimal): -11193554 or 3027797. OLE color: 3027797.
HSL color Cylindrical-coordinate representation of color #55332E: hue angle of 7.69º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55332E is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 51 | 46 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.67 |
| HSL | 7.69º | 0.3% | 0.26% | - |
| HSV(B) | 7.69º | 0.46% | 0.33% | - |
| XYZ | 5.42 | 4.5 | 3.17 | - |
| YUV | 60.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 46 | 0 | 0.40 | 0.46 | 0.67 | 7.69 | 0.3 | 0.26 |
| Hex | 55 | 33 | 2E | 0 | 28 | 2E | 43 | 8 | 1E | 1A |
| Octal | 125 | 63 | 56 | 0 | 50 | 56 | 103 | 10 | 36 | 32 |
| Binary | 1010101 | 110011 | 101110 | 0 | 101000 | 101110 | 1000011 | 1000 | 11110 | 11010 |
Color Harmonies of #55332E
Complementary color
Monochromatic Colors of #55332E
Black with #55332E
Text Example
Text Example
White with #55332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55332E; }
p { color: rgb(85,51,46); }
H1.HeaderClassName
{
color: #55332E;
}
.AnyTagClassName
{
color: #55332E;
}
</style>
background-color css
<style>
a { background-color: #55332E; }
a { background-color: rgb(85,51,46); }
div.DivClassName
{
background-color: #55332E;
}
.BgClassName
{
background-color: #55332E;
}
</style>
border-color css
<style>
span { border-color: #55332E; }
span { border-color: rgb(85,51,46); }
td.TdClassName
{
border-color: #55332E;
}
.TagClassName
{
border-color: #55332E;
}
</style>