#423C37

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

Shades of Taupe #423C37

Tints of Taupe #423C37

Color information

#423C37 (or 0x423C37) is unknown color: approx Taupe. HEX triplet: 42, 3C and 37. RGB value is (66,60,55). Sum of RGB (Red+Green+Blue) = 66+60+55=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 66 - color contains mainly: red. Hex color #423C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C37 is #BDC3C8. Grayscale: #3D3D3D. Windows color (decimal): -12436425 or 3619906. OLE color: 3619906.

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

Color convert

RGB666055-
CMYK00.090.170.74
HSL27.27º9.09%23.73%-
HSV(B)27.27º16.67%25.88%-
XYZ4.554.674.28-
YUV61.22124.49131.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 60 (23.83% from 255) = 33.15%
BLUE value IS 55 (21.88% from 255) = 30.39%
R=36.46%
G=33.15%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66605500.090.170.7427.279.0923.73
Hex423C3709114A1b918
Octal102746701121112331130
Binary10000101111001101110100110001100101011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,60,55); }

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

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

 a { background-color: rgb(66,60,55); }

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

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

 span { border-color: rgb(66,60,55); }

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