Html Css Color HEX #463E32 Taupe

📋 copy color: '#463E32'

red 70 ◦ green 62 ◦ blue 50

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

Shades of Taupe #463E32

Tints of Taupe #463E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.07%

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

R = 38.46%
G = 34.07%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#463E32 (or 0x463E32) is known color: Taupe. HEX triplet: 46, 3E and 32. RGB value is (70,62,50). Sum of RGB (Red+Green+Blue) = 70+62+50=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 70 - color contains mainly: red. Hex color #463E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E32 is #B9C1CD. Grayscale: #3F3F3F. Windows color (decimal): -12173774 or 3292742. OLE color: 3292742.

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

Color convert

RGB 70 62 50 -
CMYK 0 0.11 0.29 0.73
HSL 36º 0.17% 0.24% -
HSV(B) 36º 0.29% 0.27% -
XYZ 4.82 4.98 3.72 -
YUV 63.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 70 62 50 0 0.11 0.29 0.73 36 0.17 0.24
Hex 46 3E 32 0 B 1D 49 24 11 18
Octal 106 76 62 0 13 35 111 44 21 30
Binary 1000110 111110 110010 0 1011 11101 1001001 100100 10001 11000

Color Harmonies of #463E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E32

Black with #463E32

Text Example


Text Example

White with #463E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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