Html Css Color HEX #403C38 Taupe

📋 copy color: '#403C38'

red 64 ◦ green 60 ◦ blue 56

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

Shades of Taupe #403C38

Tints of Taupe #403C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 31.11%

R = 35.56%
G = 33.33%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#403C38 (or 0x403C38) is known color: Taupe. HEX triplet: 40, 3C and 38. RGB value is (64,60,56). Sum of RGB (Red+Green+Blue) = 64+60+56=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 64 - color contains mainly: red. Hex color #403C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C38 is #BFC3C7. Grayscale: #3C3C3C. Windows color (decimal): -12567496 or 3685440. OLE color: 3685440.

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

Color convert

RGB 64 60 56 -
CMYK 0 0.06 0.13 0.75
HSL 30º 0.07% 0.24% -
HSV(B) 30º 0.13% 0.25% -
XYZ 4.44 4.61 4.4 -
YUV 60.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 64 60 56 0 0.06 0.13 0.75 30 0.07 0.24
Hex 40 3C 38 0 6 D 4B 1E 7 18
Octal 100 74 70 0 6 15 113 36 7 30
Binary 1000000 111100 111000 0 110 1101 1001011 11110 111 11000

Color Harmonies of #403C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C38

Black with #403C38

Text Example


Text Example

White with #403C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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