Html Css Color HEX #413D3A Taupe

📋 copy color: '#413D3A'

red 65 ◦ green 61 ◦ blue 58

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

Shades of Taupe #413D3A

Tints of Taupe #413D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.15%

 BLUE value IS 58 (23.05% from 255) = 31.52%

R = 35.33%
G = 33.15%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#413D3A (or 0x413D3A) is known color: Taupe. HEX triplet: 41, 3D and 3A. RGB value is (65,61,58). Sum of RGB (Red+Green+Blue) = 65+61+58=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 65 - color contains mainly: red. Hex color #413D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D3A is #BEC2C5. Grayscale: #3D3D3D. Windows color (decimal): -12501702 or 3816769. OLE color: 3816769.

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

Color convert

RGB 65 61 58 -
CMYK 0 0.06 0.11 0.75
HSL 25.71º 0.06% 0.24% -
HSV(B) 25.71º 0.11% 0.25% -
XYZ 4.61 4.77 4.68 -
YUV 61.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 65 61 58 0 0.06 0.11 0.75 25.71 0.06 0.24
Hex 41 3D 3A 0 6 B 4B 1A 6 18
Octal 101 75 72 0 6 13 113 32 6 30
Binary 1000001 111101 111010 0 110 1011 1001011 11010 110 11000

Color Harmonies of #413D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D3A

Black with #413D3A

Text Example


Text Example

White with #413D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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