#57342B

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

Shades of Redwood #57342B

Tints of Redwood #57342B

Color information

#57342B (or 0x57342B) is unknown color: approx Redwood. HEX triplet: 57, 34 and 2B. RGB value is (87,52,43). Sum of RGB (Red+Green+Blue) = 87+52+43=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57342B is #A8CBD4. Grayscale: #3D3D3D. Windows color (decimal): -11062229 or 2831447. OLE color: 2831447.

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

Color convert

RGB875243-
CMYK00.400.510.66
HSL12.27º33.85%25.49%-
HSV(B)12.27º50.57%34.12%-
XYZ5.594.662.89-
YUV61.44117.6146.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.80%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=47.80%
G=28.57%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87524300.400.510.6612.2733.8525.49
Hex57342B0283342c2219
Octal127645305063102144231
Binary101011111010010101101010001100111000010110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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