#423932

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

Shades of Taupe #423932

Tints of Taupe #423932

Color information

#423932 (or 0x423932) is unknown color: approx Taupe. HEX triplet: 42, 39 and 32. RGB value is (66,57,50). Sum of RGB (Red+Green+Blue) = 66+57+50=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #423932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423932 is #BDC6CD. Grayscale: #3A3A3A. Windows color (decimal): -12437198 or 3291458. OLE color: 3291458.

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

Color convert

RGB665750-
CMYK00.140.240.74
HSL26.25º13.79%22.75%-
HSV(B)26.25º24.24%25.88%-
XYZ4.294.313.62-
YUV58.89122.98133.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=38.15%
G=32.95%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66575000.140.240.7426.2513.7922.75
Hex4239320E184A1ae17
Octal102716201630112321627
Binary10000101110011100100111011000100101011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423932; }

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

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

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

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

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

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

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

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