Html Css Color HEX #4B3C32 Taupe

📋 copy color: '#4B3C32'

red 75 ◦ green 60 ◦ blue 50

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

Shades of Taupe #4B3C32

Tints of Taupe #4B3C32

RGB

 RED value IS 75 (29.69% from 255) = 40.54%

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

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

R = 40.54%
G = 32.43%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#4B3C32 (or 0x4B3C32) is known color: Taupe. HEX triplet: 4B, 3C and 32. RGB value is (75,60,50). Sum of RGB (Red+Green+Blue) = 75+60+50=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3C32 is #B4C3CD. Grayscale: #3F3F3F. Windows color (decimal): -11846606 or 3292235. OLE color: 3292235.

HSL color Cylindrical-coordinate representation of color #4B3C32: hue angle of 24º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B3C32 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 60 50 -
CMYK 0 0.20 0.33 0.71
HSL 24º 0.2% 0.25% -
HSV(B) 24º 0.33% 0.29% -
XYZ 5.09 4.96 3.71 -
YUV 63.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 75 60 50 0 0.20 0.33 0.71 24 0.2 0.25
Hex 4B 3C 32 0 14 21 47 18 14 19
Octal 113 74 62 0 24 41 107 30 24 31
Binary 1001011 111100 110010 0 10100 100001 1000111 11000 10100 11001

Color Harmonies of #4B3C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3C32

Black with #4B3C32

Text Example


Text Example

White with #4B3C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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