#57362F

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

Shades of Redwood #57362F

Tints of Redwood #57362F

Color information

#57362F (or 0x57362F) is unknown color: approx Redwood. HEX triplet: 57, 36 and 2F. RGB value is (87,54,47). Sum of RGB (Red+Green+Blue) = 87+54+47=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #57362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57362F is #A8C9D0. Grayscale: #3F3F3F. Windows color (decimal): -11061713 or 3094103. OLE color: 3094103.

HSL color Cylindrical-coordinate representation of color #57362F: hue angle of 10.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57362F is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB875447-
CMYK00.380.460.66
HSL10.5º29.85%26.27%-
HSV(B)10.5º45.98%34.12%-
XYZ5.764.873.33-
YUV63.07118.93145.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 54 (21.48% from 255) = 28.72%
BLUE value IS 47 (18.75% from 255) = 25%
R=46.28%
G=28.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87544700.380.460.6610.529.8526.27
Hex57362F0262E42a1e1a
Octal127665704656102123632
Binary10101111101101011110100110101110100001010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57362F; }

 p { color: rgb(87,54,47); }

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

<style>
 a { background-color: #57362F; }

 a { background-color: rgb(87,54,47); }

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

<style>
 span { border-color: #57362F; }

 span { border-color: rgb(87,54,47); }

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