#55322B

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

Shades of Redwood #55322B

Tints of Redwood #55322B

Color information

#55322B (or 0x55322B) is unknown color: approx Redwood. HEX triplet: 55, 32 and 2B. RGB value is (85,50,43). Sum of RGB (Red+Green+Blue) = 85+50+43=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55322B is #AACDD4. Grayscale: #3B3B3B. Windows color (decimal): -11193813 or 2830933. OLE color: 2830933.

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

Color convert

RGB855043-
CMYK00.410.490.67
HSL10º32.81%25.1%-
HSV(B)10º49.41%33.33%-
XYZ5.324.392.85-
YUV59.67118.6146.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=47.75%
G=28.09%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85504300.410.490.671032.8125.1
Hex55322B0293143a2119
Octal125625305161103124131
Binary101010111001010101101010011100011000011101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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