#413A34

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

Shades of Taupe #413A34

Tints of Taupe #413A34

Color information

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

RGB655852-
CMYK00.110.200.75
HSL27.69º11.11%22.94%-
HSV(B)27.69º20%25.49%-
XYZ4.314.43.87-
YUV59.41123.82131.99-

RGB Variations

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

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.70% from 255) = 29.71%
R=37.14%
G=33.14%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65585200.110.200.7527.6911.1122.94
Hex413A340B144B1cb17
Octal101726401324113341327
Binary10000011110101101000101110100100101111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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