#463D30

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

Shades of Taupe #463D30

Tints of Taupe #463D30

Color information

#463D30 (or 0x463D30) is unknown color: approx Taupe. HEX triplet: 46, 3D and 30. RGB value is (70,61,48). Sum of RGB (Red+Green+Blue) = 70+61+48=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 70 - color contains mainly: red. Hex color #463D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D30 is #B9C2CF. Grayscale: #3E3E3E. Windows color (decimal): -12174032 or 3161414. OLE color: 3161414.

HSL color Cylindrical-coordinate representation of color #463D30: hue angle of 35.45º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #463D30 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB706148-
CMYK00.130.310.73
HSL35.45º18.64%23.14%-
HSV(B)35.45º31.43%27.45%-
XYZ4.734.853.48-
YUV62.21119.98133.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 48 (19.14% from 255) = 26.82%
R=39.11%
G=34.08%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70614800.130.310.7335.4518.6423.14
Hex463D300D1F49231317
Octal106756001537111432327
Binary1000110111101110000011011111110010011000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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