#483A30

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

Shades of Taupe #483A30

Tints of Taupe #483A30

Color information

#483A30 (or 0x483A30) is unknown color: approx Taupe. HEX triplet: 48, 3A and 30. RGB value is (72,58,48). Sum of RGB (Red+Green+Blue) = 72+58+48=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #483A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A30 is #B7C5CF. Grayscale: #3D3D3D. Windows color (decimal): -12043728 or 3160648. OLE color: 3160648.

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

Color convert

RGB725848-
CMYK00.190.330.72
HSL25º20%23.53%-
HSV(B)25º33.33%28.24%-
XYZ4.724.623.44-
YUV61.05120.64135.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.45%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=40.45%
G=32.58%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72584800.190.330.72252023.53
Hex483A300132148191418
Octal110726002341110312430
Binary10010001110101100000100111000011001000110011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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