#55332B

Color #55332B Redwood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Redwood #55332B

Tints of Redwood #55332B

Color information

#55332B (or 0x55332B) is unknown color: approx Redwood. HEX triplet: 55, 33 and 2B. RGB value is (85,51,43). Sum of RGB (Red+Green+Blue) = 85+51+43=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55332B is #AACCD4. Grayscale: #3C3C3C. Windows color (decimal): -11193557 or 2831189. OLE color: 2831189.

HSL color Cylindrical-coordinate representation of color #55332B: hue angle of 11.43º 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 #55332B is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB855143-
CMYK00.400.490.67
HSL11.43º32.81%25.1%-
HSV(B)11.43º49.41%33.33%-
XYZ5.374.472.87-
YUV60.25118.26145.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 43 (17.19% from 255) = 24.02%
R=47.49%
G=28.49%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85514300.400.490.6711.4332.8125.1
Hex55332B0283143b2119
Octal125635305061103134131
Binary101010111001110101101010001100011000011101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55332B; }

 p { color: rgb(85,51,43); }

 H1.HeaderClassName
 {
   color: #55332B;
 }
 .AnyTagClassName
 {
   color: #55332B;
 }
</style>
background-color css

<style>
 a { background-color: #55332B; }

 a { background-color: rgb(85,51,43); }

 div.DivClassName
 {
   background-color: #55332B;
 }
 .BgClassName
 {
   background-color: #55332B;
 }
</style>
border-color css

<style>
 span { border-color: #55332B; }

 span { border-color: rgb(85,51,43); }

 td.TdClassName
 {
   border-color: #55332B;
 }
 .TagClassName
 {
   border-color: #55332B;
 }
</style>