#5E3F2E

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

Shades of Very Dark Brown #5E3F2E

Tints of Very Dark Brown #5E3F2E

Color information

#5E3F2E (or 0x5E3F2E) is unknown color: approx Very Dark Brown. HEX triplet: 5E, 3F and 2E. RGB value is (94,63,46). Sum of RGB (Red+Green+Blue) = 94+63+46=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3F2E is #A1C0D1. Grayscale: #464646. Windows color (decimal): -10600658 or 3030878. OLE color: 3030878.

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

Color convert

RGB946346-
CMYK00.330.510.63
HSL21.25º34.29%27.45%-
HSV(B)21.25º51.06%36.86%-
XYZ6.896.133.41-
YUV70.33114.27144.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.31%
GREEN value IS 63 (25% from 255) = 31.03%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=46.31%
G=31.03%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94634600.330.510.6321.2534.2927.45
Hex5E3F2E021333F15221b
Octal13677560416377254233
Binary101111011111110111001000011100111111111010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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