#413A35

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

Shades of Taupe #413A35

Tints of Taupe #413A35

Color information

#413A35 (or 0x413A35) is unknown color: approx Taupe. HEX triplet: 41, 3A and 35. RGB value is (65,58,53). Sum of RGB (Red+Green+Blue) = 65+58+53=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 65 - color contains mainly: red. Hex color #413A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A35 is #BEC5CA. Grayscale: #3B3B3B. Windows color (decimal): -12502475 or 3488321. OLE color: 3488321.

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

Color convert

RGB655853-
CMYK00.110.180.75
HSL25º10.17%23.14%-
HSV(B)25º18.46%25.49%-
XYZ4.344.413.99-
YUV59.52124.32131.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 53 (21.09% from 255) = 30.11%
R=36.93%
G=32.95%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65585300.110.180.752510.1723.14
Hex413A350B124B19a17
Octal101726501322113311227
Binary10000011110101101010101110010100101111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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