#413A33

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

Shades of Taupe #413A33

Tints of Taupe #413A33

Color information

#413A33 (or 0x413A33) is unknown color: approx Taupe. HEX triplet: 41, 3A and 33. RGB value is (65,58,51). Sum of RGB (Red+Green+Blue) = 65+58+51=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #413A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A33 is #BEC5CC. Grayscale: #3B3B3B. Windows color (decimal): -12502477 or 3357249. OLE color: 3357249.

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

Color convert

RGB655851-
CMYK00.110.220.75
HSL30º12.07%22.75%-
HSV(B)30º21.54%25.49%-
XYZ4.294.393.75-
YUV59.29123.32132.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 58 (23.05% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=37.36%
G=33.33%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65585100.110.220.753012.0722.75
Hex413A330B164B1ec17
Octal101726301326113361427
Binary10000011110101100110101110110100101111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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