#5E3F21

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

Shades of Dark Brown #5E3F21

Tints of Dark Brown #5E3F21

Color information

#5E3F21 (or 0x5E3F21) is unknown color: approx Dark Brown. HEX triplet: 5E, 3F and 21. RGB value is (94,63,33). Sum of RGB (Red+Green+Blue) = 94+63+33=190 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.47% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3F21 is #A1C0DE. Grayscale: #444444. Windows color (decimal): -10600671 or 2178910. OLE color: 2178910.

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

Color convert

RGB946333-
CMYK00.330.650.63
HSL29.51º48.03%24.9%-
HSV(B)29.51º64.89%36.86%-
XYZ6.676.042.25-
YUV68.85107.77145.94-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 49.47%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=49.47%
G=33.16%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94633300.330.650.6329.5148.0324.9
Hex5E3F21021413F1e3019
Octal136774104110177366031
Binary1011110111111100001010000110000011111111111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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