#5E3F32

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

Shades of Very Dark Brown #5E3F32

Tints of Very Dark Brown #5E3F32

Color information

#5E3F32 (or 0x5E3F32) is unknown color: approx Very Dark Brown. HEX triplet: 5E, 3F and 32. RGB value is (94,63,50). Sum of RGB (Red+Green+Blue) = 94+63+50=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3F32 is #A1C0CD. Grayscale: #464646. Windows color (decimal): -10600654 or 3293022. OLE color: 3293022.

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

Color convert

RGB946350-
CMYK00.330.470.63
HSL17.73º30.56%28.24%-
HSV(B)17.73º46.81%36.86%-
XYZ6.976.163.84-
YUV70.79116.27144.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.41%
GREEN value IS 63 (25% from 255) = 30.43%
BLUE value IS 50 (19.92% from 255) = 24.15%
R=45.41%
G=30.43%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94635000.330.470.6317.7330.5628.24
Hex5E3F320212F3F121f1c
Octal13677620415777223734
Binary10111101111111100100100001101111111111100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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