Shades of Redwood #55332C
Tints of Redwood #55332C
RGB
CMYK
RGB Variations
Color information
#55332C (or 0x55332C) is known color: Redwood. HEX triplet: 55, 33 and 2C. RGB value is (85,51,44). Sum of RGB (Red+Green+Blue) = 85+51+44=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55332C is #AACCD3. Grayscale: #3C3C3C. Windows color (decimal): -11193556 or 2896725. OLE color: 2896725.
HSL color Cylindrical-coordinate representation of color #55332C: hue angle of 10.24º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55332C is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 51 | 44 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.67 |
| HSL | 10.24º | 0.32% | 0.25% | - |
| HSV(B) | 10.24º | 0.48% | 0.33% | - |
| XYZ | 5.38 | 4.48 | 2.96 | - |
| YUV | 60.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 44 | 0 | 0.40 | 0.48 | 0.67 | 10.24 | 0.32 | 0.25 |
| Hex | 55 | 33 | 2C | 0 | 28 | 30 | 43 | A | 20 | 19 |
| Octal | 125 | 63 | 54 | 0 | 50 | 60 | 103 | 12 | 40 | 31 |
| Binary | 1010101 | 110011 | 101100 | 0 | 101000 | 110000 | 1000011 | 1010 | 100000 | 11001 |
Color Harmonies of #55332C
Complementary color
Monochromatic Colors of #55332C
Black with #55332C
Text Example
Text Example
White with #55332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55332C; }
p { color: rgb(85,51,44); }
H1.HeaderClassName
{
color: #55332C;
}
.AnyTagClassName
{
color: #55332C;
}
</style>
background-color css
<style>
a { background-color: #55332C; }
a { background-color: rgb(85,51,44); }
div.DivClassName
{
background-color: #55332C;
}
.BgClassName
{
background-color: #55332C;
}
</style>
border-color css
<style>
span { border-color: #55332C; }
span { border-color: rgb(85,51,44); }
td.TdClassName
{
border-color: #55332C;
}
.TagClassName
{
border-color: #55332C;
}
</style>