Html Css Color HEX #403C36 Taupe

📋 copy color: '#403C36'

red 64 ◦ green 60 ◦ blue 54

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

Shades of Taupe #403C36

Tints of Taupe #403C36

RGB

 RED value IS 64 (25.39% from 255) = 35.96%

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

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

R = 35.96%
G = 33.71%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#403C36 (or 0x403C36) is known color: Taupe. HEX triplet: 40, 3C and 36. RGB value is (64,60,54). Sum of RGB (Red+Green+Blue) = 64+60+54=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 64 - color contains mainly: red. Hex color #403C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C36 is #BFC3C9. Grayscale: #3C3C3C. Windows color (decimal): -12567498 or 3554368. OLE color: 3554368.

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

Color convert

RGB 64 60 54 -
CMYK 0 0.06 0.16 0.75
HSL 36º 0.08% 0.23% -
HSV(B) 36º 0.16% 0.25% -
XYZ 4.4 4.59 4.14 -
YUV 60.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 64 60 54 0 0.06 0.16 0.75 36 0.08 0.23
Hex 40 3C 36 0 6 10 4B 24 8 17
Octal 100 74 66 0 6 20 113 44 10 27
Binary 1000000 111100 110110 0 110 10000 1001011 100100 1000 10111

Color Harmonies of #403C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C36

Black with #403C36

Text Example


Text Example

White with #403C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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