#413D3A

Color #413D3A Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe #413D3A

Tints of Taupe #413D3A

Color information

#413D3A (or 0x413D3A) is unknown color: approx 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

RGB656158-
CMYK00.060.110.75
HSL25.71º5.69%24.12%-
HSV(B)25.71º10.77%25.49%-
XYZ4.614.774.68-
YUV61.85125.83130.24-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65615800.060.110.7525.715.6924.12
Hex413D3A06B4B1a618
Octal1017572061311332630
Binary10000011111011110100110101110010111101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>