#4B3C32

Color #4B3C32 Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe #4B3C32

Tints of Taupe #4B3C32

Color information

#4B3C32 (or 0x4B3C32) is unknown color: approx 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

RGB756050-
CMYK00.200.330.71
HSL24º20%24.51%-
HSV(B)24º33.33%29.41%-
XYZ5.094.963.71-
YUV63.34120.47136.31-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75605000.200.330.71242024.51
Hex4B3C320142147181419
Octal113746202441107302431
Binary10010111111001100100101001000011000111110001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>