#4B3A30

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

Shades of Taupe #4B3A30

Tints of Taupe #4B3A30

Color information

#4B3A30 (or 0x4B3A30) is unknown color: approx Taupe. HEX triplet: 4B, 3A and 30. RGB value is (75,58,48). Sum of RGB (Red+Green+Blue) = 75+58+48=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3A30 is #B4C5CF. Grayscale: #3E3E3E. Windows color (decimal): -11847120 or 3160651. OLE color: 3160651.

HSL color Cylindrical-coordinate representation of color #4B3A30: hue angle of 22.22º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B3A30 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB755848-
CMYK00.230.360.71
HSL22.22º21.95%24.12%-
HSV(B)22.22º36%29.41%-
XYZ4.954.743.45-
YUV61.94120.13137.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.44%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 48 (19.14% from 255) = 26.52%
R=41.44%
G=32.04%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75584800.230.360.7122.2221.9524.12
Hex4B3A300172447161618
Octal113726002744107262630
Binary10010111110101100000101111001001000111101101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,58,48); }

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

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

 a { background-color: rgb(75,58,48); }

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

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

 span { border-color: rgb(75,58,48); }

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