#423A33

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

Shades of Taupe #423A33

Tints of Taupe #423A33

Color information

#423A33 (or 0x423A33) is unknown color: approx Taupe. HEX triplet: 42, 3A and 33. RGB value is (66,58,51). Sum of RGB (Red+Green+Blue) = 66+58+51=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 66 - color contains mainly: red. Hex color #423A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A33 is #BDC5CC. Grayscale: #3B3B3B. Windows color (decimal): -12436941 or 3357250. OLE color: 3357250.

HSL color Cylindrical-coordinate representation of color #423A33: hue angle of 28º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #423A33 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB665851-
CMYK00.120.230.74
HSL28º12.82%22.94%-
HSV(B)28º22.73%25.88%-
XYZ4.364.423.76-
YUV59.59123.15132.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.71%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 51 (20.31% from 255) = 29.14%
R=37.71%
G=33.14%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66585100.120.230.742812.8222.94
Hex423A330C174A1cd17
Octal102726301427112341527
Binary10000101110101100110110010111100101011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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