Html Css Color HEX #413C36 Taupe

📋 copy color: '#413C36'

red 65 ◦ green 60 ◦ blue 54

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

Shades of Taupe #413C36

Tints of Taupe #413C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.17%

R = 36.31%
G = 33.52%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#413C36 (or 0x413C36) is known color: Taupe. HEX triplet: 41, 3C and 36. RGB value is (65,60,54). Sum of RGB (Red+Green+Blue) = 65+60+54=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 65 - color contains mainly: red. Hex color #413C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C36 is #BEC3C9. Grayscale: #3C3C3C. Windows color (decimal): -12501962 or 3554369. OLE color: 3554369.

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

Color convert

RGB 65 60 54 -
CMYK 0 0.08 0.17 0.75
HSL 32.73º 0.09% 0.23% -
HSV(B) 32.73º 0.17% 0.25% -
XYZ 4.46 4.62 4.15 -
YUV 60.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 65 60 54 0 0.08 0.17 0.75 32.73 0.09 0.23
Hex 41 3C 36 0 8 11 4B 21 9 17
Octal 101 74 66 0 10 21 113 41 11 27
Binary 1000001 111100 110110 0 1000 10001 1001011 100001 1001 10111

Color Harmonies of #413C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C36

Black with #413C36

Text Example


Text Example

White with #413C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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