Html Css Color HEX #403C39 Taupe

📋 copy color: '#403C39'

red 64 ◦ green 60 ◦ blue 57

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

Shades of Taupe #403C39

Tints of Taupe #403C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 31.49%

R = 35.36%
G = 33.15%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#403C39 (or 0x403C39) is known color: Taupe. HEX triplet: 40, 3C and 39. RGB value is (64,60,57). Sum of RGB (Red+Green+Blue) = 64+60+57=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 64 - color contains mainly: red. Hex color #403C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C39 is #BFC3C6. Grayscale: #3C3C3C. Windows color (decimal): -12567495 or 3750976. OLE color: 3750976.

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

Color convert

RGB 64 60 57 -
CMYK 0 0.06 0.11 0.75
HSL 25.71º 0.06% 0.24% -
HSV(B) 25.71º 0.11% 0.25% -
XYZ 4.47 4.62 4.53 -
YUV 60.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 64 60 57 0 0.06 0.11 0.75 25.71 0.06 0.24
Hex 40 3C 39 0 6 B 4B 1A 6 18
Octal 100 74 71 0 6 13 113 32 6 30
Binary 1000000 111100 111001 0 110 1011 1001011 11010 110 11000

Color Harmonies of #403C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C39

Black with #403C39

Text Example


Text Example

White with #403C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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