#5E3E1F

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

Shades of Dark Brown #5E3E1F

Tints of Dark Brown #5E3E1F

Color information

#5E3E1F (or 0x5E3E1F) is unknown color: approx Dark Brown. HEX triplet: 5E, 3E and 1F. RGB value is (94,62,31). Sum of RGB (Red+Green+Blue) = 94+62+31=187 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.27% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3E1F is #A1C1E0. Grayscale: #444444. Windows color (decimal): -10600929 or 2047582. OLE color: 2047582.

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

Color convert

RGB946231-
CMYK00.340.670.63
HSL29.52º50.4%24.51%-
HSV(B)29.52º67.02%36.86%-
XYZ6.595.922.09-
YUV68.03107.1146.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 50.27%
GREEN value IS 62 (24.61% from 255) = 33.16%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=50.27%
G=33.16%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94623100.340.670.6329.5250.424.51
Hex5E3E1F022433F1e3219
Octal136763704210377366231
Binary101111011111011111010001010000111111111111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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