#5E471F

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

Shades of Dark Brown #5E471F

Tints of Dark Brown #5E471F

Color information

#5E471F (or 0x5E471F) is unknown color: approx Dark Brown. HEX triplet: 5E, 47 and 1F. RGB value is (94,71,31). Sum of RGB (Red+Green+Blue) = 94+71+31=196 (25% of max value = 765). Red value is 94 (37.11% from 255 or 47.96% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 94 - color contains mainly: red. Hex color #5E471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E471F is #A1B8E0. Grayscale: #494949. Windows color (decimal): -10598625 or 2049886. OLE color: 2049886.

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

Color convert

RGB947131-
CMYK00.240.670.63
HSL38.1º50.4%24.51%-
HSV(B)38.1º67.02%36.86%-
XYZ7.126.992.27-
YUV73.32104.12142.75-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 47.96%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 31 (12.5% from 255) = 15.82%
R=47.96%
G=36.22%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94713100.240.670.6338.150.424.51
Hex5E471F018433F263219
Octal1361073703010377466231
Binary1011110100011111111011000100001111111110011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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