#463B35

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

Shades of Taupe #463B35

Tints of Taupe #463B35

Color information

#463B35 (or 0x463B35) is unknown color: approx Taupe. HEX triplet: 46, 3B and 35. RGB value is (70,59,53). Sum of RGB (Red+Green+Blue) = 70+59+53=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 70 - color contains mainly: red. Hex color #463B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B35 is #B9C4CA. Grayscale: #3D3D3D. Windows color (decimal): -12174539 or 3488582. OLE color: 3488582.

HSL color Cylindrical-coordinate representation of color #463B35: hue angle of 21.18º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #463B35 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB705953-
CMYK00.160.240.73
HSL21.18º13.82%24.12%-
HSV(B)21.18º24.29%27.45%-
XYZ4.734.694.02-
YUV61.6123.14133.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.46%
GREEN value IS 59 (23.44% from 255) = 32.42%
BLUE value IS 53 (21.09% from 255) = 29.12%
R=38.46%
G=32.42%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70595300.160.240.7321.1813.8224.12
Hex463B35010184915e18
Octal106736502030111251630
Binary100011011101111010101000011000100100110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,59,53); }

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

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

 a { background-color: rgb(70,59,53); }

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

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

 span { border-color: rgb(70,59,53); }

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