#5E3937

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

Shades of Redwood #5E3937

Tints of Redwood #5E3937

Color information

#5E3937 (or 0x5E3937) is unknown color: approx Redwood. HEX triplet: 5E, 39 and 37. RGB value is (94,57,55). Sum of RGB (Red+Green+Blue) = 94+57+55=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3937 is #A1C6C8. Grayscale: #434343. Windows color (decimal): -10602185 or 3619166. OLE color: 3619166.

HSL color Cylindrical-coordinate representation of color #5E3937: hue angle of 3.08º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E3937 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB945755-
CMYK00.390.410.63
HSL3.08º26.17%29.22%-
HSV(B)3.08º41.49%36.86%-
XYZ6.775.584.34-
YUV67.83120.76146.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.63%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 55 (21.88% from 255) = 26.70%
R=45.63%
G=27.67%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94575500.390.410.633.0826.1729.22
Hex5E3937027293F31a1d
Octal1367167047517733235
Binary10111101110011101110100111101001111111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E3937; }

 p { color: rgb(94,57,55); }

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

<style>
 a { background-color: #5E3937; }

 a { background-color: rgb(94,57,55); }

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

<style>
 span { border-color: #5E3937; }

 span { border-color: rgb(94,57,55); }

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