#483B30

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

Shades of Taupe #483B30

Tints of Taupe #483B30

Color information

#483B30 (or 0x483B30) is unknown color: approx Taupe. HEX triplet: 48, 3B and 30. RGB value is (72,59,48). Sum of RGB (Red+Green+Blue) = 72+59+48=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #483B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B30 is #B7C4CF. Grayscale: #3D3D3D. Windows color (decimal): -12043472 or 3160904. OLE color: 3160904.

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

Color convert

RGB725948-
CMYK00.180.330.72
HSL27.5º20%23.53%-
HSV(B)27.5º33.33%28.24%-
XYZ4.774.723.46-
YUV61.63120.31135.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 59 (23.44% from 255) = 32.96%
BLUE value IS 48 (19.14% from 255) = 26.82%
R=40.22%
G=32.96%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72594800.180.330.7227.52023.53
Hex483B3001221481b1418
Octal110736002241110332430
Binary10010001110111100000100101000011001000110111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,59,48); }

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

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

 a { background-color: rgb(72,59,48); }

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

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

 span { border-color: rgb(72,59,48); }

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