#423E3B

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

Shades of Taupe #423E3B

Tints of Taupe #423E3B

Color information

#423E3B (or 0x423E3B) is unknown color: approx Taupe. HEX triplet: 42, 3E and 3B. RGB value is (66,62,59). Sum of RGB (Red+Green+Blue) = 66+62+59=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 66 - color contains mainly: red. Hex color #423E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E3B is #BDC1C4. Grayscale: #3E3E3E. Windows color (decimal): -12435909 or 3882562. OLE color: 3882562.

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

Color convert

RGB666259-
CMYK00.060.110.74
HSL25.71º5.6%24.51%-
HSV(B)25.71º10.61%25.88%-
XYZ4.764.924.84-
YUV62.85125.83130.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 62 (24.61% from 255) = 33.16%
BLUE value IS 59 (23.44% from 255) = 31.55%
R=35.29%
G=33.16%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66625900.060.110.7425.715.624.51
Hex423E3B06B4A1a619
Octal1027673061311232631
Binary10000101111101110110110101110010101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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