#483E33

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

Shades of Taupe #483E33

Tints of Taupe #483E33

Color information

#483E33 (or 0x483E33) is unknown color: approx Taupe. HEX triplet: 48, 3E and 33. RGB value is (72,62,51). Sum of RGB (Red+Green+Blue) = 72+62+51=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #483E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E33 is #B7C1CC. Grayscale: #3F3F3F. Windows color (decimal): -12042701 or 3358280. OLE color: 3358280.

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

Color convert

RGB726251-
CMYK00.140.290.72
HSL31.43º17.07%24.12%-
HSV(B)31.43º29.17%28.24%-
XYZ4.995.063.85-
YUV63.74120.81133.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 51 (20.31% from 255) = 27.57%
R=38.92%
G=33.51%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72625100.140.290.7231.4317.0724.12
Hex483E330E1D481f1118
Octal110766301635110372130
Binary100100011111011001101110111011001000111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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