Shades of Redwood #55332D
Tints of Redwood #55332D
RGB
CMYK
RGB Variations
Color information
#55332D (or 0x55332D) is known color: Redwood. HEX triplet: 55, 33 and 2D. RGB value is (85,51,45). Sum of RGB (Red+Green+Blue) = 85+51+45=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55332D is #AACCD2. Grayscale: #3C3C3C. Windows color (decimal): -11193555 or 2962261. OLE color: 2962261.
HSL color Cylindrical-coordinate representation of color #55332D: hue angle of 9º 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 #55332D is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 51 | 45 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.67 |
| HSL | 9º | 0.31% | 0.25% | - |
| HSV(B) | 9º | 0.47% | 0.33% | - |
| XYZ | 5.4 | 4.49 | 3.06 | - |
| YUV | 60.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 45 | 0 | 0.40 | 0.47 | 0.67 | 9 | 0.31 | 0.25 |
| Hex | 55 | 33 | 2D | 0 | 28 | 2F | 43 | 9 | 1F | 19 |
| Octal | 125 | 63 | 55 | 0 | 50 | 57 | 103 | 11 | 37 | 31 |
| Binary | 1010101 | 110011 | 101101 | 0 | 101000 | 101111 | 1000011 | 1001 | 11111 | 11001 |
Color Harmonies of #55332D
Complementary color
Monochromatic Colors of #55332D
Black with #55332D
Text Example
Text Example
White with #55332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55332D; }
p { color: rgb(85,51,45); }
H1.HeaderClassName
{
color: #55332D;
}
.AnyTagClassName
{
color: #55332D;
}
</style>
background-color css
<style>
a { background-color: #55332D; }
a { background-color: rgb(85,51,45); }
div.DivClassName
{
background-color: #55332D;
}
.BgClassName
{
background-color: #55332D;
}
</style>
border-color css
<style>
span { border-color: #55332D; }
span { border-color: rgb(85,51,45); }
td.TdClassName
{
border-color: #55332D;
}
.TagClassName
{
border-color: #55332D;
}
</style>