Shades of Redwood #55352C
Tints of Redwood #55352C
RGB
CMYK
RGB Variations
Color information
#55352C (or 0x55352C) is known color: Redwood. HEX triplet: 55, 35 and 2C. RGB value is (85,53,44). Sum of RGB (Red+Green+Blue) = 85+53+44=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55352C is #AACAD3. Grayscale: #3D3D3D. Windows color (decimal): -11193044 or 2897237. OLE color: 2897237.
HSL color Cylindrical-coordinate representation of color #55352C: hue angle of 13.17º 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 #55352C is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 53 | 44 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.67 |
| HSL | 13.17º | 0.32% | 0.25% | - |
| HSV(B) | 13.17º | 0.48% | 0.33% | - |
| XYZ | 5.47 | 4.66 | 2.99 | - |
| YUV | 61.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 44 | 0 | 0.38 | 0.48 | 0.67 | 13.17 | 0.32 | 0.25 |
| Hex | 55 | 35 | 2C | 0 | 26 | 30 | 43 | D | 20 | 19 |
| Octal | 125 | 65 | 54 | 0 | 46 | 60 | 103 | 15 | 40 | 31 |
| Binary | 1010101 | 110101 | 101100 | 0 | 100110 | 110000 | 1000011 | 1101 | 100000 | 11001 |
Color Harmonies of #55352C
Complementary color
Monochromatic Colors of #55352C
Black with #55352C
Text Example
Text Example
White with #55352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55352C; }
p { color: rgb(85,53,44); }
H1.HeaderClassName
{
color: #55352C;
}
.AnyTagClassName
{
color: #55352C;
}
</style>
background-color css
<style>
a { background-color: #55352C; }
a { background-color: rgb(85,53,44); }
div.DivClassName
{
background-color: #55352C;
}
.BgClassName
{
background-color: #55352C;
}
</style>
border-color css
<style>
span { border-color: #55352C; }
span { border-color: rgb(85,53,44); }
td.TdClassName
{
border-color: #55352C;
}
.TagClassName
{
border-color: #55352C;
}
</style>