#57332B

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

Shades of Redwood #57332B

Tints of Redwood #57332B

Color information

#57332B (or 0x57332B) is unknown color: approx Redwood. HEX triplet: 57, 33 and 2B. RGB value is (87,51,43). Sum of RGB (Red+Green+Blue) = 87+51+43=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57332B is #A8CCD4. Grayscale: #3C3C3C. Windows color (decimal): -11062485 or 2831191. OLE color: 2831191.

HSL color Cylindrical-coordinate representation of color #57332B: hue angle of 10.91º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57332B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB875143-
CMYK00.410.510.66
HSL10.91º33.85%25.49%-
HSV(B)10.91º50.57%34.12%-
XYZ5.554.572.87-
YUV60.85117.93146.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 43 (17.19% from 255) = 23.76%
R=48.07%
G=28.18%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87514300.410.510.6610.9133.8525.49
Hex57332B0293342b2219
Octal127635305163102134231
Binary101011111001110101101010011100111000010101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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