#5E411F

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

Shades of Dark Brown #5E411F

Tints of Dark Brown #5E411F

Color information

#5E411F (or 0x5E411F) is unknown color: approx Dark Brown. HEX triplet: 5E, 41 and 1F. RGB value is (94,65,31). Sum of RGB (Red+Green+Blue) = 94+65+31=190 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.47% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 94 - color contains mainly: red. Hex color #5E411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E411F is #A1BEE0. Grayscale: #454545. Windows color (decimal): -10600161 or 2048350. OLE color: 2048350.

HSL color Cylindrical-coordinate representation of color #5E411F: hue angle of 32.38º 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 #5E411F is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB946531-
CMYK00.310.670.63
HSL32.38º50.4%24.51%-
HSV(B)32.38º67.02%36.86%-
XYZ6.756.262.15-
YUV69.8106.11145.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 49.47%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=49.47%
G=34.21%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94653100.310.670.6332.3850.424.51
Hex5E411F01F433F203219
Octal1361013703710377406231
Binary1011110100000111111011111100001111111110000011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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