#5E3E1D

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

Shades of Dark Brown #5E3E1D

Tints of Dark Brown #5E3E1D

Color information

#5E3E1D (or 0x5E3E1D) is unknown color: approx Dark Brown. HEX triplet: 5E, 3E and 1D. RGB value is (94,62,29). Sum of RGB (Red+Green+Blue) = 94+62+29=185 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.81% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3E1D is #A1C1E2. Grayscale: #434343. Windows color (decimal): -10600931 or 1916510. OLE color: 1916510.

HSL color Cylindrical-coordinate representation of color #5E3E1D: hue angle of 30.46º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E3E1D is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB946229-
CMYK00.340.690.63
HSL30.46º52.85%24.12%-
HSV(B)30.46º69.15%36.86%-
XYZ6.565.911.96-
YUV67.81106.1146.68-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 50.81%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 29 (11.72% from 255) = 15.68%
R=50.81%
G=33.51%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94622900.340.690.6330.4652.8524.12
Hex5E3E1D022453F1e3518
Octal136763504210577366530
Binary101111011111011101010001010001011111111111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,62,29); }

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

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

 a { background-color: rgb(94,62,29); }

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

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

 span { border-color: rgb(94,62,29); }

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