Html Css Color HEX #463B32 Taupe

📋 copy color: '#463B32'

red 70 ◦ green 59 ◦ blue 50

#463B32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Taupe #463B32

Tints of Taupe #463B32

RGB

 RED value IS 70 (27.73% from 255) = 39.11%

 GREEN value IS 59 (23.44% from 255) = 32.96%

 BLUE value IS 50 (19.92% from 255) = 27.93%

R = 39.11%
G = 32.96%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#463B32 (or 0x463B32) is known color: Taupe. HEX triplet: 46, 3B and 32. RGB value is (70,59,50). Sum of RGB (Red+Green+Blue) = 70+59+50=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 70 - color contains mainly: red. Hex color #463B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B32 is #B9C4CD. Grayscale: #3D3D3D. Windows color (decimal): -12174542 or 3291974. OLE color: 3291974.

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

Color convert

RGB 70 59 50 -
CMYK 0 0.16 0.29 0.73
HSL 27º 0.17% 0.24% -
HSV(B) 27º 0.29% 0.27% -
XYZ 4.67 4.66 3.67 -
YUV 61.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 70 59 50 0 0.16 0.29 0.73 27 0.17 0.24
Hex 46 3B 32 0 10 1D 49 1B 11 18
Octal 106 73 62 0 20 35 111 33 21 30
Binary 1000110 111011 110010 0 10000 11101 1001001 11011 10001 11000

Color Harmonies of #463B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B32

Black with #463B32

Text Example


Text Example

White with #463B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #463B32;
 }
 .AnyTagClassName
 {
   color: #463B32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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