Html Css Color HEX #463A31 Taupe

📋 copy color: '#463A31'

red 70 ◦ green 58 ◦ blue 49

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

Shades of Taupe #463A31

Tints of Taupe #463A31

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 value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#463A31 (or 0x463A31) is known color: 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

RGB 70 58 49 -
CMYK 0 0.17 0.30 0.73
HSL 25.71º 0.18% 0.23% -
HSV(B) 25.71º 0.3% 0.27% -
XYZ 4.59 4.55 3.54 -
YUV 60.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 70 58 49 0 0.17 0.30 0.73 25.71 0.18 0.23
Hex 46 3A 31 0 11 1E 49 1A 12 17
Octal 106 72 61 0 21 36 111 32 22 27
Binary 1000110 111010 110001 0 10001 11110 1001001 11010 10010 10111

Color Harmonies of #463A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A31

Black with #463A31

Text Example


Text Example

White with #463A31

Text Example


Text Example

HTML Codes & Css Web 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>