Html Css Color HEX #3E3A36 Taupe

📋 copy color: '#3E3A36'

red 62 ◦ green 58 ◦ blue 54

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

Shades of Taupe #3E3A36

Tints of Taupe #3E3A36

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.33%

 BLUE value IS 54 (21.48% from 255) = 31.03%

R = 35.63%
G = 33.33%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#3E3A36 (or 0x3E3A36) is known color: Taupe. HEX triplet: 3E, 3A and 36. RGB value is (62,58,54). Sum of RGB (Red+Green+Blue) = 62+58+54=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3A36 is #C1C5C9. Grayscale: #3A3A3A. Windows color (decimal): -12699082 or 3553854. OLE color: 3553854.

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

Color convert

RGB 62 58 54 -
CMYK 0 0.06 0.13 0.76
HSL 30º 0.07% 0.23% -
HSV(B) 30º 0.13% 0.24% -
XYZ 4.17 4.32 4.1 -
YUV 58.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 62 58 54 0 0.06 0.13 0.76 30 0.07 0.23
Hex 3E 3A 36 0 6 D 4C 1E 7 17
Octal 76 72 66 0 6 15 114 36 7 27
Binary 111110 111010 110110 0 110 1101 1001100 11110 111 10111

Color Harmonies of #3E3A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3A36

Black with #3E3A36

Text Example


Text Example

White with #3E3A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,58,54); }

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

background-color css

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

 a { background-color: rgb(62,58,54); }

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

border-color css

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

 span { border-color: rgb(62,58,54); }

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