#423D36

Color #423D36 Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe #423D36

Tints of Taupe #423D36

Color information

#423D36 (or 0x423D36) is unknown color: approx Taupe. HEX triplet: 42, 3D and 36. RGB value is (66,61,54). Sum of RGB (Red+Green+Blue) = 66+61+54=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 66 - color contains mainly: red. Hex color #423D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D36 is #BDC2C9. Grayscale: #3D3D3D. Windows color (decimal): -12436170 or 3554626. OLE color: 3554626.

HSL color Cylindrical-coordinate representation of color #423D36: hue angle of 35º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #423D36 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB666154-
CMYK00.080.180.74
HSL35º10%23.53%-
HSV(B)35º18.18%25.88%-
XYZ4.584.764.17-
YUV61.7123.66131.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 61 (24.22% from 255) = 33.70%
BLUE value IS 54 (21.48% from 255) = 29.83%
R=36.46%
G=33.70%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66615400.080.180.74351023.53
Hex423D3608124A23a18
Octal102756601022112431230
Binary100001011110111011001000100101001010100011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423D36; }

 p { color: rgb(66,61,54); }

 H1.HeaderClassName
 {
   color: #423D36;
 }
 .AnyTagClassName
 {
   color: #423D36;
 }
</style>
background-color css

<style>
 a { background-color: #423D36; }

 a { background-color: rgb(66,61,54); }

 div.DivClassName
 {
   background-color: #423D36;
 }
 .BgClassName
 {
   background-color: #423D36;
 }
</style>
border-color css

<style>
 span { border-color: #423D36; }

 span { border-color: rgb(66,61,54); }

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