Html Css Color HEX #4A3C32 Taupe

📋 copy color: '#4A3C32'

red 74 ◦ green 60 ◦ blue 50

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

Shades of Taupe #4A3C32

Tints of Taupe #4A3C32

RGB

 RED value IS 74 (29.3% from 255) = 40.22%

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

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

R = 40.22%
G = 32.61%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#4A3C32 (or 0x4A3C32) is known color: Taupe. HEX triplet: 4A, 3C and 32. RGB value is (74,60,50). Sum of RGB (Red+Green+Blue) = 74+60+50=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3C32 is #B5C3CD. Grayscale: #3F3F3F. Windows color (decimal): -11912142 or 3292234. OLE color: 3292234.

HSL color Cylindrical-coordinate representation of color #4A3C32: hue angle of 25º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A3C32 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 60 50 -
CMYK 0 0.19 0.32 0.71
HSL 25º 0.19% 0.24% -
HSV(B) 25º 0.32% 0.29% -
XYZ 5.02 4.92 3.7 -
YUV 63.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 74 60 50 0 0.19 0.32 0.71 25 0.19 0.24
Hex 4A 3C 32 0 13 20 47 19 13 18
Octal 112 74 62 0 23 40 107 31 23 30
Binary 1001010 111100 110010 0 10011 100000 1000111 11001 10011 11000

Color Harmonies of #4A3C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3C32

Black with #4A3C32

Text Example


Text Example

White with #4A3C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3C32; }

 p { color: rgb(74,60,50); }

 H1.HeaderClassName
 {
   color: #4A3C32;
 }
 .AnyTagClassName
 {
   color: #4A3C32;
 }
</style>

background-color css

<style>
 a { background-color: #4A3C32; }

 a { background-color: rgb(74,60,50); }

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

border-color css

<style>
 span { border-color: #4A3C32; }

 span { border-color: rgb(74,60,50); }

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