Html Css Color HEX #413B34 Taupe

📋 copy color: '#413B34'

red 65 ◦ green 59 ◦ blue 52

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

Shades of Taupe #413B34

Tints of Taupe #413B34

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.52%

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

R = 36.93%
G = 33.52%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#413B34 (or 0x413B34) is known color: Taupe. HEX triplet: 41, 3B and 34. RGB value is (65,59,52). Sum of RGB (Red+Green+Blue) = 65+59+52=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 65 - color contains mainly: red. Hex color #413B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B34 is #BEC4CB. Grayscale: #3C3C3C. Windows color (decimal): -12502220 or 3423041. OLE color: 3423041.

HSL color Cylindrical-coordinate representation of color #413B34: hue angle of 32.31º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #413B34 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 59 52 -
CMYK 0 0.09 0.20 0.75
HSL 32.31º 0.11% 0.23% -
HSV(B) 32.31º 0.2% 0.25% -
XYZ 4.36 4.5 3.89 -
YUV 60 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 65 59 52 0 0.09 0.20 0.75 32.31 0.11 0.23
Hex 41 3B 34 0 9 14 4B 20 B 17
Octal 101 73 64 0 11 24 113 40 13 27
Binary 1000001 111011 110100 0 1001 10100 1001011 100000 1011 10111

Color Harmonies of #413B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B34

Black with #413B34

Text Example


Text Example

White with #413B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413B34; }

 p { color: rgb(65,59,52); }

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

background-color css

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

 a { background-color: rgb(65,59,52); }

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

border-color css

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

 span { border-color: rgb(65,59,52); }

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