#463B32

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

Shades of Taupe #463B32

Tints of Taupe #463B32

Color information

#463B32 (or 0x463B32) is unknown color: approx Taupe. HEX triplet: 46, 3B and 32. RGB value is (70,59,50). Sum of RGB (Red+Green+Blue) = 70+59+50=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 70 - color contains mainly: red. Hex color #463B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B32 is #B9C4CD. Grayscale: #3D3D3D. Windows color (decimal): -12174542 or 3291974. OLE color: 3291974.

HSL color Cylindrical-coordinate representation of color #463B32: hue angle of 27º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #463B32 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB705950-
CMYK00.160.290.73
HSL27º16.67%23.53%-
HSV(B)27º28.57%27.45%-
XYZ4.674.663.67-
YUV61.26121.64134.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 59 (23.44% from 255) = 32.96%
BLUE value IS 50 (19.92% from 255) = 27.93%
R=39.11%
G=32.96%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70595000.160.290.732716.6723.53
Hex463B320101D491b1118
Octal106736202035111332130
Binary1000110111011110010010000111011001001110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463B32; }

 p { color: rgb(70,59,50); }

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

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

 a { background-color: rgb(70,59,50); }

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

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

 span { border-color: rgb(70,59,50); }

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