#5E423F

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

Shades of Woody Brown #5E423F

Tints of Woody Brown #5E423F

Color information

#5E423F (or 0x5E423F) is unknown color: approx Woody Brown. HEX triplet: 5E, 42 and 3F. RGB value is (94,66,63). Sum of RGB (Red+Green+Blue) = 94+66+63=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 94 - color contains mainly: red. Hex color #5E423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E423F is #A1BDC0. Grayscale: #4A4A4A. Windows color (decimal): -10599873 or 4145758. OLE color: 4145758.

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

Color convert

RGB946663-
CMYK00.300.330.63
HSL5.81º19.75%30.78%-
HSV(B)5.81º32.98%36.86%-
XYZ7.466.635.59-
YUV74.03121.78142.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.15%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 63 (25% from 255) = 28.25%
R=42.15%
G=29.60%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94666300.300.330.635.8119.7530.78
Hex5E423F01E213F6141f
Octal13610277036417762437
Binary101111010000101111110111101000011111111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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