Html Css Color HEX #413931 Taupe

📋 copy color: '#413931'

red 65 ◦ green 57 ◦ blue 49

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

Shades of Taupe #413931

Tints of Taupe #413931

RGB

 RED value IS 65 (25.78% from 255) = 38.01%

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

 BLUE value IS 49 (19.53% from 255) = 28.65%

R = 38.01%
G = 33.33%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#413931 (or 0x413931) is known color: Taupe. HEX triplet: 41, 39 and 31. RGB value is (65,57,49). Sum of RGB (Red+Green+Blue) = 65+57+49=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #413931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413931 is #BEC6CE. Grayscale: #3A3A3A. Windows color (decimal): -12502735 or 3225921. OLE color: 3225921.

HSL color Cylindrical-coordinate representation of color #413931: hue angle of 30º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413931 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 57 49 -
CMYK 0 0.12 0.25 0.75
HSL 30º 0.14% 0.22% -
HSV(B) 30º 0.25% 0.25% -
XYZ 4.2 4.27 3.51 -
YUV 58.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 65 57 49 0 0.12 0.25 0.75 30 0.14 0.22
Hex 41 39 31 0 C 19 4B 1E E 16
Octal 101 71 61 0 14 31 113 36 16 26
Binary 1000001 111001 110001 0 1100 11001 1001011 11110 1110 10110

Color Harmonies of #413931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413931

Black with #413931

Text Example


Text Example

White with #413931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413931; }

 p { color: rgb(65,57,49); }

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

background-color css

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

 a { background-color: rgb(65,57,49); }

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

border-color css

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

 span { border-color: rgb(65,57,49); }

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