Shades of Redwood #55352D
Tints of Redwood #55352D
RGB
CMYK
RGB Variations
Color information
#55352D (or 0x55352D) is known color: Redwood. HEX triplet: 55, 35 and 2D. RGB value is (85,53,45). Sum of RGB (Red+Green+Blue) = 85+53+45=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55352D is #AACAD2. Grayscale: #3D3D3D. Windows color (decimal): -11193043 or 2962773. OLE color: 2962773.
HSL color Cylindrical-coordinate representation of color #55352D: hue angle of 12º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55352D is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 53 | 45 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.67 |
| HSL | 12º | 0.31% | 0.25% | - |
| HSV(B) | 12º | 0.47% | 0.33% | - |
| XYZ | 5.49 | 4.67 | 3.09 | - |
| YUV | 61.66 | 118.6 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 45 | 0 | 0.38 | 0.47 | 0.67 | 12 | 0.31 | 0.25 |
| Hex | 55 | 35 | 2D | 0 | 26 | 2F | 43 | C | 1F | 19 |
| Octal | 125 | 65 | 55 | 0 | 46 | 57 | 103 | 14 | 37 | 31 |
| Binary | 1010101 | 110101 | 101101 | 0 | 100110 | 101111 | 1000011 | 1100 | 11111 | 11001 |
Color Harmonies of #55352D
Complementary color
Monochromatic Colors of #55352D
Black with #55352D
Text Example
Text Example
White with #55352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55352D; }
p { color: rgb(85,53,45); }
H1.HeaderClassName
{
color: #55352D;
}
.AnyTagClassName
{
color: #55352D;
}
</style>
background-color css
<style>
a { background-color: #55352D; }
a { background-color: rgb(85,53,45); }
div.DivClassName
{
background-color: #55352D;
}
.BgClassName
{
background-color: #55352D;
}
</style>
border-color css
<style>
span { border-color: #55352D; }
span { border-color: rgb(85,53,45); }
td.TdClassName
{
border-color: #55352D;
}
.TagClassName
{
border-color: #55352D;
}
</style>