Html Css Color HEX #413C35 Taupe

📋 copy color: '#413C35'

red 65 ◦ green 60 ◦ blue 53

#413C35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Taupe #413C35

Tints of Taupe #413C35

RGB

 RED value IS 65 (25.78% from 255) = 36.52%

 GREEN value IS 60 (23.83% from 255) = 33.71%

 BLUE value IS 53 (21.09% from 255) = 29.78%

R = 36.52%
G = 33.71%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#413C35 (or 0x413C35) is known color: Taupe. HEX triplet: 41, 3C and 35. RGB value is (65,60,53). Sum of RGB (Red+Green+Blue) = 65+60+53=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 65 - color contains mainly: red. Hex color #413C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C35 is #BEC3CA. Grayscale: #3C3C3C. Windows color (decimal): -12501963 or 3488833. OLE color: 3488833.

HSL color Cylindrical-coordinate representation of color #413C35: hue angle of 35º 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 #413C35 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 60 53 -
CMYK 0 0.08 0.18 0.75
HSL 35º 0.1% 0.23% -
HSV(B) 35º 0.18% 0.25% -
XYZ 4.44 4.61 4.02 -
YUV 60.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 65 60 53 0 0.08 0.18 0.75 35 0.1 0.23
Hex 41 3C 35 0 8 12 4B 23 A 17
Octal 101 74 65 0 10 22 113 43 12 27
Binary 1000001 111100 110101 0 1000 10010 1001011 100011 1010 10111

Color Harmonies of #413C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C35

Black with #413C35

Text Example


Text Example

White with #413C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #413C35;
 }
 .AnyTagClassName
 {
   color: #413C35;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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