#463A32

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

Shades of Taupe #463A32

Tints of Taupe #463A32

Color information

#463A32 (or 0x463A32) is unknown color: approx Taupe. HEX triplet: 46, 3A and 32. RGB value is (70,58,50). Sum of RGB (Red+Green+Blue) = 70+58+50=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #463A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A32 is #B9C5CD. Grayscale: #3C3C3C. Windows color (decimal): -12174798 or 3291718. OLE color: 3291718.

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

Color convert

RGB705850-
CMYK00.170.290.73
HSL24º16.67%23.53%-
HSV(B)24º28.57%27.45%-
XYZ4.614.563.65-
YUV60.68121.98134.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 50 (19.92% from 255) = 28.09%
R=39.33%
G=32.58%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70585000.170.290.732416.6723.53
Hex463A320111D49181118
Octal106726202135111302130
Binary1000110111010110010010001111011001001110001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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