Shades of Redwood #55342B
Tints of Redwood #55342B
RGB
CMYK
RGB Variations
Color information
#55342B (or 0x55342B) is known color: Redwood. HEX triplet: 55, 34 and 2B. RGB value is (85,52,43). Sum of RGB (Red+Green+Blue) = 85+52+43=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55342B is #AACBD4. Grayscale: #3C3C3C. Windows color (decimal): -11193301 or 2831445. OLE color: 2831445.
HSL color Cylindrical-coordinate representation of color #55342B: hue angle of 12.86º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55342B is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 52 | 43 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.67 |
| HSL | 12.86º | 0.33% | 0.25% | - |
| HSV(B) | 12.86º | 0.49% | 0.33% | - |
| XYZ | 5.41 | 4.56 | 2.88 | - |
| YUV | 60.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 43 | 0 | 0.39 | 0.49 | 0.67 | 12.86 | 0.33 | 0.25 |
| Hex | 55 | 34 | 2B | 0 | 27 | 31 | 43 | D | 21 | 19 |
| Octal | 125 | 64 | 53 | 0 | 47 | 61 | 103 | 15 | 41 | 31 |
| Binary | 1010101 | 110100 | 101011 | 0 | 100111 | 110001 | 1000011 | 1101 | 100001 | 11001 |
Color Harmonies of #55342B
Complementary color
Monochromatic Colors of #55342B
Black with #55342B
Text Example
Text Example
White with #55342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55342B; }
p { color: rgb(85,52,43); }
H1.HeaderClassName
{
color: #55342B;
}
.AnyTagClassName
{
color: #55342B;
}
</style>
background-color css
<style>
a { background-color: #55342B; }
a { background-color: rgb(85,52,43); }
div.DivClassName
{
background-color: #55342B;
}
.BgClassName
{
background-color: #55342B;
}
</style>
border-color css
<style>
span { border-color: #55342B; }
span { border-color: rgb(85,52,43); }
td.TdClassName
{
border-color: #55342B;
}
.TagClassName
{
border-color: #55342B;
}
</style>