#463C32

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

Shades of Taupe #463C32

Tints of Taupe #463C32

Color information

#463C32 (or 0x463C32) is unknown color: approx Taupe. HEX triplet: 46, 3C and 32. RGB value is (70,60,50). Sum of RGB (Red+Green+Blue) = 70+60+50=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 70 - color contains mainly: red. Hex color #463C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C32 is #B9C3CD. Grayscale: #3D3D3D. Windows color (decimal): -12174286 or 3292230. OLE color: 3292230.

HSL color Cylindrical-coordinate representation of color #463C32: hue angle of 30º 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 #463C32 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB706050-
CMYK00.140.290.73
HSL30º16.67%23.53%-
HSV(B)30º28.57%27.45%-
XYZ4.724.763.69-
YUV61.85121.31133.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 60 (23.83% from 255) = 33.33%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=38.89%
G=33.33%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70605000.140.290.733016.6723.53
Hex463C320E1D491e1118
Octal106746201635111362130
Binary100011011110011001001110111011001001111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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