#4B3B2D

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

Shades of Taupe #4B3B2D

Tints of Taupe #4B3B2D

Color information

#4B3B2D (or 0x4B3B2D) is unknown color: approx Taupe. HEX triplet: 4B, 3B and 2D. RGB value is (75,59,45). Sum of RGB (Red+Green+Blue) = 75+59+45=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3B2D is #B4C4D2. Grayscale: #3E3E3E. Windows color (decimal): -11846867 or 2964299. OLE color: 2964299.

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

Color convert

RGB755945-
CMYK00.210.400.71
HSL28º25%23.53%-
HSV(B)28º40%29.41%-
XYZ4.944.813.15-
YUV62.19118.3137.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.90%
GREEN value IS 59 (23.44% from 255) = 32.96%
BLUE value IS 45 (17.97% from 255) = 25.14%
R=41.90%
G=32.96%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75594500.210.400.71282523.53
Hex4B3B2D01528471c1918
Octal113735502550107343130
Binary10010111110111011010101011010001000111111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,59,45); }

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

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

 a { background-color: rgb(75,59,45); }

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

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

 span { border-color: rgb(75,59,45); }

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