#423C38

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

Shades of Taupe #423C38

Tints of Taupe #423C38

Color information

#423C38 (or 0x423C38) is unknown color: approx Taupe. HEX triplet: 42, 3C and 38. RGB value is (66,60,56). Sum of RGB (Red+Green+Blue) = 66+60+56=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 66 - color contains mainly: red. Hex color #423C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C38 is #BDC3C7. Grayscale: #3D3D3D. Windows color (decimal): -12436424 or 3685442. OLE color: 3685442.

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

Color convert

RGB666056-
CMYK00.090.150.74
HSL24º8.2%23.92%-
HSV(B)24º15.15%25.88%-
XYZ4.584.684.4-
YUV61.34124.99131.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 60 (23.83% from 255) = 32.97%
BLUE value IS 56 (22.27% from 255) = 30.77%
R=36.26%
G=32.97%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66605600.090.150.74248.223.92
Hex423C3809F4A18818
Octal102747001117112301030
Binary1000010111100111000010011111100101011000100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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