Html Css Color HEX #413A34 Taupe

📋 copy color: '#413A34'

red 65 ◦ green 58 ◦ blue 52

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

Shades of Taupe #413A34

Tints of Taupe #413A34

RGB

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

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

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

R = 37.14%
G = 33.14%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#413A34 (or 0x413A34) is known color: Taupe. HEX triplet: 41, 3A and 34. RGB value is (65,58,52). Sum of RGB (Red+Green+Blue) = 65+58+52=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 65 - color contains mainly: red. Hex color #413A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A34 is #BEC5CB. Grayscale: #3B3B3B. Windows color (decimal): -12502476 or 3422785. OLE color: 3422785.

HSL color Cylindrical-coordinate representation of color #413A34: hue angle of 27.69º 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 #413A34 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 58 52 -
CMYK 0 0.11 0.20 0.75
HSL 27.69º 0.11% 0.23% -
HSV(B) 27.69º 0.2% 0.25% -
XYZ 4.31 4.4 3.87 -
YUV 59.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 65 58 52 0 0.11 0.20 0.75 27.69 0.11 0.23
Hex 41 3A 34 0 B 14 4B 1C B 17
Octal 101 72 64 0 13 24 113 34 13 27
Binary 1000001 111010 110100 0 1011 10100 1001011 11100 1011 10111

Color Harmonies of #413A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A34

Black with #413A34

Text Example


Text Example

White with #413A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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