Html Css Color HEX #403A33 Taupe

📋 copy color: '#403A33'

red 64 ◦ green 58 ◦ blue 51

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

Shades of Taupe #403A33

Tints of Taupe #403A33

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.53%

 BLUE value IS 51 (20.31% from 255) = 29.48%

R = 36.99%
G = 33.53%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#403A33 (or 0x403A33) is known color: Taupe. HEX triplet: 40, 3A and 33. RGB value is (64,58,51). Sum of RGB (Red+Green+Blue) = 64+58+51=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 64 - color contains mainly: red. Hex color #403A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A33 is #BFC5CC. Grayscale: #3B3B3B. Windows color (decimal): -12568013 or 3357248. OLE color: 3357248.

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

Color convert

RGB 64 58 51 -
CMYK 0 0.09 0.20 0.75
HSL 32.31º 0.11% 0.23% -
HSV(B) 32.31º 0.2% 0.25% -
XYZ 4.22 4.36 3.75 -
YUV 59 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 64 58 51 0 0.09 0.20 0.75 32.31 0.11 0.23
Hex 40 3A 33 0 9 14 4B 20 B 17
Octal 100 72 63 0 11 24 113 40 13 27
Binary 1000000 111010 110011 0 1001 10100 1001011 100000 1011 10111

Color Harmonies of #403A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A33

Black with #403A33

Text Example


Text Example

White with #403A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,58,51); }

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

background-color css

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

 a { background-color: rgb(64,58,51); }

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

border-color css

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

 span { border-color: rgb(64,58,51); }

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