#57322B

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

Shades of Redwood #57322B

Tints of Redwood #57322B

Color information

#57322B (or 0x57322B) is unknown color: approx Redwood. HEX triplet: 57, 32 and 2B. RGB value is (87,50,43). Sum of RGB (Red+Green+Blue) = 87+50+43=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #57322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57322B is #A8CDD4. Grayscale: #3C3C3C. Windows color (decimal): -11062741 or 2830935. OLE color: 2830935.

HSL color Cylindrical-coordinate representation of color #57322B: hue angle of 9.55º 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 #57322B is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB875043-
CMYK00.430.510.66
HSL9.55º33.85%25.49%-
HSV(B)9.55º50.57%34.12%-
XYZ5.514.482.86-
YUV60.26118.26147.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.33%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 43 (17.19% from 255) = 23.89%
R=48.33%
G=27.78%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87504300.430.510.669.5533.8525.49
Hex57322B02B3342a2219
Octal127625305363102124231
Binary101011111001010101101010111100111000010101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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