#463A31

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

Shades of Taupe #463A31

Tints of Taupe #463A31

Color information

#463A31 (or 0x463A31) is unknown color: approx Taupe. HEX triplet: 46, 3A and 31. RGB value is (70,58,49). Sum of RGB (Red+Green+Blue) = 70+58+49=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 70 - color contains mainly: red. Hex color #463A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A31 is #B9C5CE. Grayscale: #3C3C3C. Windows color (decimal): -12174799 or 3226182. OLE color: 3226182.

HSL color Cylindrical-coordinate representation of color #463A31: hue angle of 25.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463A31 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB705849-
CMYK00.170.300.73
HSL25.71º17.65%23.33%-
HSV(B)25.71º30%27.45%-
XYZ4.594.553.54-
YUV60.56121.48134.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.55%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 49 (19.53% from 255) = 27.68%
R=39.55%
G=32.77%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70584900.170.300.7325.7117.6523.33
Hex463A310111E491a1217
Octal106726102136111322227
Binary1000110111010110001010001111101001001110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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