#423931

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

Shades of Taupe #423931

Tints of Taupe #423931

Color information

#423931 (or 0x423931) is unknown color: approx Taupe. HEX triplet: 42, 39 and 31. RGB value is (66,57,49). Sum of RGB (Red+Green+Blue) = 66+57+49=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #423931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423931 is #BDC6CE. Grayscale: #3A3A3A. Windows color (decimal): -12437199 or 3225922. OLE color: 3225922.

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

Color convert

RGB665749-
CMYK00.140.260.74
HSL28.24º14.78%22.55%-
HSV(B)28.24º25.76%25.88%-
XYZ4.264.313.51-
YUV58.78122.48133.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 49 (19.53% from 255) = 28.49%
R=38.37%
G=33.14%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66574900.140.260.7428.2414.7822.55
Hex4239310E1A4A1cf17
Octal102716101632112341727
Binary10000101110011100010111011010100101011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423931; }

 p { color: rgb(66,57,49); }

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

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

 a { background-color: rgb(66,57,49); }

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

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

 span { border-color: rgb(66,57,49); }

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