Html Css Color HEX #403B36 Taupe

📋 copy color: '#403B36'

red 64 ◦ green 59 ◦ blue 54

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

Shades of Taupe #403B36

Tints of Taupe #403B36

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.33%

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

R = 36.16%
G = 33.33%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#403B36 (or 0x403B36) is known color: Taupe. HEX triplet: 40, 3B and 36. RGB value is (64,59,54). Sum of RGB (Red+Green+Blue) = 64+59+54=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 64 - color contains mainly: red. Hex color #403B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B36 is #BFC4C9. Grayscale: #3B3B3B. Windows color (decimal): -12567754 or 3554112. OLE color: 3554112.

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

Color convert

RGB 64 59 54 -
CMYK 0 0.08 0.16 0.75
HSL 30º 0.08% 0.23% -
HSV(B) 30º 0.16% 0.25% -
XYZ 4.34 4.48 4.13 -
YUV 59.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 64 59 54 0 0.08 0.16 0.75 30 0.08 0.23
Hex 40 3B 36 0 8 10 4B 1E 8 17
Octal 100 73 66 0 10 20 113 36 10 27
Binary 1000000 111011 110110 0 1000 10000 1001011 11110 1000 10111

Color Harmonies of #403B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B36

Black with #403B36

Text Example


Text Example

White with #403B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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