Shades of Redwood #55352E
Tints of Redwood #55352E
RGB
CMYK
RGB Variations
Color information
#55352E (or 0x55352E) is known color: Redwood. HEX triplet: 55, 35 and 2E. RGB value is (85,53,46). Sum of RGB (Red+Green+Blue) = 85+53+46=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55352E is #AACAD1. Grayscale: #3D3D3D. Windows color (decimal): -11193042 or 3028309. OLE color: 3028309.
HSL color Cylindrical-coordinate representation of color #55352E: hue angle of 10.77º 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 #55352E is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 53 | 46 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.67 |
| HSL | 10.77º | 0.3% | 0.26% | - |
| HSV(B) | 10.77º | 0.46% | 0.33% | - |
| XYZ | 5.51 | 4.67 | 3.2 | - |
| YUV | 61.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 46 | 0 | 0.38 | 0.46 | 0.67 | 10.77 | 0.3 | 0.26 |
| Hex | 55 | 35 | 2E | 0 | 26 | 2E | 43 | B | 1E | 1A |
| Octal | 125 | 65 | 56 | 0 | 46 | 56 | 103 | 13 | 36 | 32 |
| Binary | 1010101 | 110101 | 101110 | 0 | 100110 | 101110 | 1000011 | 1011 | 11110 | 11010 |
Color Harmonies of #55352E
Complementary color
Monochromatic Colors of #55352E
Black with #55352E
Text Example
Text Example
White with #55352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55352E; }
p { color: rgb(85,53,46); }
H1.HeaderClassName
{
color: #55352E;
}
.AnyTagClassName
{
color: #55352E;
}
</style>
background-color css
<style>
a { background-color: #55352E; }
a { background-color: rgb(85,53,46); }
div.DivClassName
{
background-color: #55352E;
}
.BgClassName
{
background-color: #55352E;
}
</style>
border-color css
<style>
span { border-color: #55352E; }
span { border-color: rgb(85,53,46); }
td.TdClassName
{
border-color: #55352E;
}
.TagClassName
{
border-color: #55352E;
}
</style>