Html Css Color HEX #3E3934 Taupe

📋 copy color: '#3E3934'

red 62 ◦ green 57 ◦ blue 52

#3E3934
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Taupe #3E3934

Tints of Taupe #3E3934

RGB

 RED value IS 62 (24.61% from 255) = 36.26%

 GREEN value IS 57 (22.66% from 255) = 33.33%

 BLUE value IS 52 (20.7% from 255) = 30.41%

R = 36.26%
G = 33.33%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.76

RGB Variations

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

Color information

#3E3934 (or 0x3E3934) is known color: Taupe. HEX triplet: 3E, 39 and 34. RGB value is (62,57,52). Sum of RGB (Red+Green+Blue) = 62+57+52=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3934 is #C1C6CB. Grayscale: #393939. Windows color (decimal): -12699340 or 3422526. OLE color: 3422526.

HSL color Cylindrical-coordinate representation of color #3E3934: hue angle of 30º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3E3934 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 57 52 -
CMYK 0 0.08 0.16 0.76
HSL 30º 0.09% 0.22% -
HSV(B) 30º 0.16% 0.24% -
XYZ 4.07 4.2 3.84 -
YUV 57.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 62 57 52 0 0.08 0.16 0.76 30 0.09 0.22
Hex 3E 39 34 0 8 10 4C 1E 9 16
Octal 76 71 64 0 10 20 114 36 11 26
Binary 111110 111001 110100 0 1000 10000 1001100 11110 1001 10110

Color Harmonies of #3E3934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3934

Black with #3E3934

Text Example


Text Example

White with #3E3934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E3934; }

 p { color: rgb(62,57,52); }

 H1.HeaderClassName
 {
   color: #3E3934;
 }
 .AnyTagClassName
 {
   color: #3E3934;
 }
</style>

background-color css

<style>
 a { background-color: #3E3934; }

 a { background-color: rgb(62,57,52); }

 div.DivClassName
 {
   background-color: #3E3934;
 }
 .BgClassName
 {
   background-color: #3E3934;
 }
</style>

border-color css

<style>
 span { border-color: #3E3934; }

 span { border-color: rgb(62,57,52); }

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