Html Css Color HEX #493D30 Taupe

📋 copy color: '#493D30'

red 73 ◦ green 61 ◦ blue 48

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

Shades of Taupe #493D30

Tints of Taupe #493D30

RGB

 RED value IS 73 (28.91% from 255) = 40.11%

 GREEN value IS 61 (24.22% from 255) = 33.52%

 BLUE value IS 48 (19.14% from 255) = 26.37%

R = 40.11%
G = 33.52%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#493D30 (or 0x493D30) is known color: Taupe. HEX triplet: 49, 3D and 30. RGB value is (73,61,48). Sum of RGB (Red+Green+Blue) = 73+61+48=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #493D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D30 is #B6C2CF. Grayscale: #3F3F3F. Windows color (decimal): -11977424 or 3161417. OLE color: 3161417.

HSL color Cylindrical-coordinate representation of color #493D30: hue angle of 31.2º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #493D30 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 61 48 -
CMYK 0 0.16 0.34 0.71
HSL 31.2º 0.21% 0.24% -
HSV(B) 31.2º 0.34% 0.29% -
XYZ 4.95 4.97 3.49 -
YUV 63.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 73 61 48 0 0.16 0.34 0.71 31.2 0.21 0.24
Hex 49 3D 30 0 10 22 47 1F 15 18
Octal 111 75 60 0 20 42 107 37 25 30
Binary 1001001 111101 110000 0 10000 100010 1000111 11111 10101 11000

Color Harmonies of #493D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D30

Black with #493D30

Text Example


Text Example

White with #493D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493D30; }

 p { color: rgb(73,61,48); }

 H1.HeaderClassName
 {
   color: #493D30;
 }
 .AnyTagClassName
 {
   color: #493D30;
 }
</style>

background-color css

<style>
 a { background-color: #493D30; }

 a { background-color: rgb(73,61,48); }

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

border-color css

<style>
 span { border-color: #493D30; }

 span { border-color: rgb(73,61,48); }

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