#57332C

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

Shades of Redwood #57332C

Tints of Redwood #57332C

Color information

#57332C (or 0x57332C) is unknown color: approx Redwood. HEX triplet: 57, 33 and 2C. RGB value is (87,51,44). Sum of RGB (Red+Green+Blue) = 87+51+44=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57332C is #A8CCD3. Grayscale: #3D3D3D. Windows color (decimal): -11062484 or 2896727. OLE color: 2896727.

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

Color convert

RGB875144-
CMYK00.410.490.66
HSL9.77º32.82%25.69%-
HSV(B)9.77º49.43%34.12%-
XYZ5.574.582.97-
YUV60.97118.43146.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.80%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 44 (17.58% from 255) = 24.18%
R=47.80%
G=28.02%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87514400.410.490.669.7732.8225.69
Hex57332C0293142a211a
Octal127635405161102124132
Binary101011111001110110001010011100011000010101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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