Html Css Color HEX #4C3E32 Taupe

📋 copy color: '#4C3E32'

red 76 ◦ green 62 ◦ blue 50

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

Shades of Taupe #4C3E32

Tints of Taupe #4C3E32

RGB

 RED value IS 76 (30.08% from 255) = 40.43%

 GREEN value IS 62 (24.61% from 255) = 32.98%

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

R = 40.43%
G = 32.98%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4C3E32 (or 0x4C3E32) is known color: Taupe. HEX triplet: 4C, 3E and 32. RGB value is (76,62,50). Sum of RGB (Red+Green+Blue) = 76+62+50=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3E32 is #B3C1CD. Grayscale: #404040. Windows color (decimal): -11780558 or 3292748. OLE color: 3292748.

HSL color Cylindrical-coordinate representation of color #4C3E32: hue angle of 27.69º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C3E32 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 62 50 -
CMYK 0 0.18 0.34 0.70
HSL 27.69º 0.21% 0.25% -
HSV(B) 27.69º 0.34% 0.3% -
XYZ 5.28 5.21 3.75 -
YUV 64.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 76 62 50 0 0.18 0.34 0.70 27.69 0.21 0.25
Hex 4C 3E 32 0 12 22 46 1C 15 19
Octal 114 76 62 0 22 42 106 34 25 31
Binary 1001100 111110 110010 0 10010 100010 1000110 11100 10101 11001

Color Harmonies of #4C3E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3E32

Black with #4C3E32

Text Example


Text Example

White with #4C3E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,62,50); }

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

background-color css

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

 a { background-color: rgb(76,62,50); }

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

border-color css

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

 span { border-color: rgb(76,62,50); }

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