#463D32

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

Shades of Taupe #463D32

Tints of Taupe #463D32

Color information

#463D32 (or 0x463D32) is unknown color: approx Taupe. HEX triplet: 46, 3D and 32. RGB value is (70,61,50). Sum of RGB (Red+Green+Blue) = 70+61+50=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 70 - color contains mainly: red. Hex color #463D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D32 is #B9C2CD. Grayscale: #3E3E3E. Windows color (decimal): -12174030 or 3292486. OLE color: 3292486.

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

Color convert

RGB706150-
CMYK00.130.290.73
HSL33º16.67%23.53%-
HSV(B)33º28.57%27.45%-
XYZ4.774.873.71-
YUV62.44120.98133.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 61 (24.22% from 255) = 33.70%
BLUE value IS 50 (19.92% from 255) = 27.62%
R=38.67%
G=33.70%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70615000.130.290.733316.6723.53
Hex463D320D1D49211118
Octal106756201535111412130
Binary1000110111101110010011011110110010011000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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