#483C33

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

Shades of Taupe #483C33

Tints of Taupe #483C33

Color information

#483C33 (or 0x483C33) is unknown color: approx Taupe. HEX triplet: 48, 3C and 33. RGB value is (72,60,51). Sum of RGB (Red+Green+Blue) = 72+60+51=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #483C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C33 is #B7C3CC. Grayscale: #3E3E3E. Windows color (decimal): -12043213 or 3357768. OLE color: 3357768.

HSL color Cylindrical-coordinate representation of color #483C33: hue angle of 25.71º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #483C33 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB726051-
CMYK00.170.290.72
HSL25.71º17.07%24.12%-
HSV(B)25.71º29.17%28.24%-
XYZ4.894.853.81-
YUV62.56121.48134.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 60 (23.83% from 255) = 32.79%
BLUE value IS 51 (20.31% from 255) = 27.87%
R=39.34%
G=32.79%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72605100.170.290.7225.7117.0724.12
Hex483C330111D481a1118
Octal110746302135110322130
Binary1001000111100110011010001111011001000110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483C33; }

 p { color: rgb(72,60,51); }

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

<style>
 a { background-color: #483C33; }

 a { background-color: rgb(72,60,51); }

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

<style>
 span { border-color: #483C33; }

 span { border-color: rgb(72,60,51); }

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