#5E4342

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

Shades of Woody Brown #5E4342

Tints of Woody Brown #5E4342

Color information

#5E4342 (or 0x5E4342) is unknown color: approx Woody Brown. HEX triplet: 5E, 43 and 42. RGB value is (94,67,66). Sum of RGB (Red+Green+Blue) = 94+67+66=227 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.41% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4342 is #A1BCBD. Grayscale: #4A4A4A. Windows color (decimal): -10599614 or 4342622. OLE color: 4342622.

HSL color Cylindrical-coordinate representation of color #5E4342: hue angle of 2.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E4342 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.63.

Color convert

RGB946766-
CMYK00.290.300.63
HSL2.14º17.5%31.37%-
HSV(B)2.14º29.79%36.86%-
XYZ7.616.796.06-
YUV74.96122.95141.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.41%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 66 (26.17% from 255) = 29.07%
R=41.41%
G=29.52%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94676600.290.300.632.1417.531.37
Hex5E434201D1E3F2121f
Octal136103102035367722237
Binary10111101000011100001001110111110111111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,67,66); }

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

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

 a { background-color: rgb(94,67,66); }

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

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

 span { border-color: rgb(94,67,66); }

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