#57322C

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

Shades of Redwood #57322C

Tints of Redwood #57322C

Color information

#57322C (or 0x57322C) is unknown color: approx Redwood. HEX triplet: 57, 32 and 2C. RGB value is (87,50,44). Sum of RGB (Red+Green+Blue) = 87+50+44=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57322C is #A8CDD3. Grayscale: #3C3C3C. Windows color (decimal): -11062740 or 2896471. OLE color: 2896471.

HSL color Cylindrical-coordinate representation of color #57322C: hue angle of 8.37º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57322C is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB875044-
CMYK00.430.490.66
HSL8.37º32.82%25.69%-
HSV(B)8.37º49.43%34.12%-
XYZ5.534.492.96-
YUV60.38118.76146.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=48.07%
G=27.62%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87504400.430.490.668.3732.8225.69
Hex57322C02B31428211a
Octal127625405361102104132
Binary101011111001010110001010111100011000010100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57322C; }

 p { color: rgb(87,50,44); }

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

<style>
 a { background-color: #57322C; }

 a { background-color: rgb(87,50,44); }

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

<style>
 span { border-color: #57322C; }

 span { border-color: rgb(87,50,44); }

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