Html Css Color HEX #463F3A Taupe

📋 copy color: '#463F3A'

red 70 ◦ green 63 ◦ blue 58

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

Shades of Taupe #463F3A

Tints of Taupe #463F3A

RGB

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

 GREEN value IS 63 (25% from 255) = 32.98%

 BLUE value IS 58 (23.05% from 255) = 30.37%

R = 36.65%
G = 32.98%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#463F3A (or 0x463F3A) is known color: Taupe. HEX triplet: 46, 3F and 3A. RGB value is (70,63,58). Sum of RGB (Red+Green+Blue) = 70+63+58=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 70 - color contains mainly: red. Hex color #463F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F3A is #B9C0C5. Grayscale: #404040. Windows color (decimal): -12173510 or 3817286. OLE color: 3817286.

HSL color Cylindrical-coordinate representation of color #463F3A: hue angle of 25º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #463F3A is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 63 58 -
CMYK 0 0.10 0.17 0.73
HSL 25º 0.09% 0.25% -
HSV(B) 25º 0.17% 0.27% -
XYZ 5.07 5.16 4.73 -
YUV 64.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 70 63 58 0 0.10 0.17 0.73 25 0.09 0.25
Hex 46 3F 3A 0 A 11 49 19 9 19
Octal 106 77 72 0 12 21 111 31 11 31
Binary 1000110 111111 111010 0 1010 10001 1001001 11001 1001 11001

Color Harmonies of #463F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F3A

Black with #463F3A

Text Example


Text Example

White with #463F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,63,58); }

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

background-color css

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

 a { background-color: rgb(70,63,58); }

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

border-color css

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

 span { border-color: rgb(70,63,58); }

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