#413932

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

Shades of Taupe #413932

Tints of Taupe #413932

Color information

#413932 (or 0x413932) is unknown color: approx Taupe. HEX triplet: 41, 39 and 32. RGB value is (65,57,50). Sum of RGB (Red+Green+Blue) = 65+57+50=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #413932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413932 is #BEC6CD. Grayscale: #3A3A3A. Windows color (decimal): -12502734 or 3291457. OLE color: 3291457.

HSL color Cylindrical-coordinate representation of color #413932: hue angle of 28º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #413932 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB655750-
CMYK00.120.230.75
HSL28º13.04%22.55%-
HSV(B)28º23.08%25.49%-
XYZ4.224.283.62-
YUV58.59123.15132.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=37.79%
G=33.14%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65575000.120.230.752813.0422.55
Hex4139320C174B1cd17
Octal101716201427113341527
Binary10000011110011100100110010111100101111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413932; }

 p { color: rgb(65,57,50); }

 H1.HeaderClassName
 {
   color: #413932;
 }
 .AnyTagClassName
 {
   color: #413932;
 }
</style>
background-color css

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

 a { background-color: rgb(65,57,50); }

 div.DivClassName
 {
   background-color: #413932;
 }
 .BgClassName
 {
   background-color: #413932;
 }
</style>
border-color css

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

 span { border-color: rgb(65,57,50); }

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