#423B33

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

Shades of Taupe #423B33

Tints of Taupe #423B33

Color information

#423B33 (or 0x423B33) is unknown color: approx Taupe. HEX triplet: 42, 3B and 33. RGB value is (66,59,51). Sum of RGB (Red+Green+Blue) = 66+59+51=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 66 - color contains mainly: red. Hex color #423B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B33 is #BDC4CC. Grayscale: #3C3C3C. Windows color (decimal): -12436685 or 3357506. OLE color: 3357506.

HSL color Cylindrical-coordinate representation of color #423B33: hue angle of 32º 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 #423B33 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB665951-
CMYK00.110.230.74
HSL32º12.82%22.94%-
HSV(B)32º22.73%25.88%-
XYZ4.414.533.77-
YUV60.18122.82132.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 59 (23.44% from 255) = 33.52%
BLUE value IS 51 (20.31% from 255) = 28.98%
R=37.5%
G=33.52%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66595100.110.230.743212.8222.94
Hex423B330B174A20d17
Octal102736301327112401527
Binary100001011101111001101011101111001010100000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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