#4B3E33

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

Shades of Taupe #4B3E33

Tints of Taupe #4B3E33

Color information

#4B3E33 (or 0x4B3E33) is unknown color: approx Taupe. HEX triplet: 4B, 3E and 33. RGB value is (75,62,51). Sum of RGB (Red+Green+Blue) = 75+62+51=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3E33 is #B4C1CC. Grayscale: #404040. Windows color (decimal): -11846093 or 3358283. OLE color: 3358283.

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

Color convert

RGB756251-
CMYK00.170.320.71
HSL27.5º19.05%24.71%-
HSV(B)27.5º32%29.41%-
XYZ5.225.183.86-
YUV64.63120.31135.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.89%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 51 (20.31% from 255) = 27.13%
R=39.89%
G=32.98%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75625100.170.320.7127.519.0524.71
Hex4B3E3301120471b1319
Octal113766302140107332331
Binary10010111111101100110100011000001000111110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,62,51); }

 H1.HeaderClassName
 {
   color: #4B3E33;
 }
 .AnyTagClassName
 {
   color: #4B3E33;
 }
</style>
background-color css

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

 a { background-color: rgb(75,62,51); }

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

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

 span { border-color: rgb(75,62,51); }

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