#483E32

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

Shades of Taupe #483E32

Tints of Taupe #483E32

Color information

#483E32 (or 0x483E32) is unknown color: approx Taupe. HEX triplet: 48, 3E and 32. RGB value is (72,62,50). Sum of RGB (Red+Green+Blue) = 72+62+50=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #483E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E32 is #B7C1CD. Grayscale: #3F3F3F. Windows color (decimal): -12042702 or 3292744. OLE color: 3292744.

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

Color convert

RGB726250-
CMYK00.140.310.72
HSL32.73º18.03%23.92%-
HSV(B)32.73º30.56%28.24%-
XYZ4.975.053.73-
YUV63.62120.31133.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 62 (24.61% from 255) = 33.70%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=39.13%
G=33.70%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72625000.140.310.7232.7318.0323.92
Hex483E320E1F48211218
Octal110766201637110412230
Binary1001000111110110010011101111110010001000011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,62,50); }

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

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

 a { background-color: rgb(72,62,50); }

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

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

 span { border-color: rgb(72,62,50); }

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