#483F33

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

Shades of Taupe #483F33

Tints of Taupe #483F33

Color information

#483F33 (or 0x483F33) is unknown color: approx Taupe. HEX triplet: 48, 3F and 33. RGB value is (72,63,51). Sum of RGB (Red+Green+Blue) = 72+63+51=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #483F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F33 is #B7C0CC. Grayscale: #404040. Windows color (decimal): -12042445 or 3358536. OLE color: 3358536.

HSL color Cylindrical-coordinate representation of color #483F33: hue angle of 34.29º 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 #483F33 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB726351-
CMYK00.120.290.72
HSL34.29º17.07%24.12%-
HSV(B)34.29º29.17%28.24%-
XYZ5.055.173.86-
YUV64.32120.48133.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 63 (25% from 255) = 33.87%
BLUE value IS 51 (20.31% from 255) = 27.42%
R=38.71%
G=33.87%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72635100.120.290.7234.2917.0724.12
Hex483F330C1D48221118
Octal110776301435110422130
Binary1001000111111110011011001110110010001000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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