Html Css Color HEX #493C34 Taupe

📋 copy color: '#493C34'

red 73 ◦ green 60 ◦ blue 52

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

Shades of Taupe #493C34

Tints of Taupe #493C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.43%

 BLUE value IS 52 (20.7% from 255) = 28.11%

R = 39.46%
G = 32.43%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#493C34 (or 0x493C34) is known color: Taupe. HEX triplet: 49, 3C and 34. RGB value is (73,60,52). Sum of RGB (Red+Green+Blue) = 73+60+52=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #493C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C34 is #B6C3CB. Grayscale: #3F3F3F. Windows color (decimal): -11977676 or 3423305. OLE color: 3423305.

HSL color Cylindrical-coordinate representation of color #493C34: hue angle of 22.86º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #493C34 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 60 52 -
CMYK 0 0.18 0.29 0.71
HSL 22.86º 0.17% 0.25% -
HSV(B) 22.86º 0.29% 0.29% -
XYZ 4.98 4.9 3.93 -
YUV 62.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 73 60 52 0 0.18 0.29 0.71 22.86 0.17 0.25
Hex 49 3C 34 0 12 1D 47 17 11 19
Octal 111 74 64 0 22 35 107 27 21 31
Binary 1001001 111100 110100 0 10010 11101 1000111 10111 10001 11001

Color Harmonies of #493C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C34

Black with #493C34

Text Example


Text Example

White with #493C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,60,52); }

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

background-color css

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

 a { background-color: rgb(73,60,52); }

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

border-color css

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

 span { border-color: rgb(73,60,52); }

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