#55332E

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

Shades of Redwood #55332E

Tints of Redwood #55332E

Color information

#55332E (or 0x55332E) is unknown color: approx Redwood. HEX triplet: 55, 33 and 2E. RGB value is (85,51,46). Sum of RGB (Red+Green+Blue) = 85+51+46=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55332E is #AACCD1. Grayscale: #3C3C3C. Windows color (decimal): -11193554 or 3027797. OLE color: 3027797.

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

Color convert

RGB855146-
CMYK00.400.460.67
HSL7.69º29.77%25.69%-
HSV(B)7.69º45.88%33.33%-
XYZ5.424.53.17-
YUV60.6119.76145.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 46 (18.36% from 255) = 25.27%
R=46.70%
G=28.02%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85514600.400.460.677.6929.7725.69
Hex55332E0282E4381e1a
Octal125635605056103103632
Binary10101011100111011100101000101110100001110001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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