#483A2E

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

Shades of Taupe #483A2E

Tints of Taupe #483A2E

Color information

#483A2E (or 0x483A2E) is unknown color: approx Taupe. HEX triplet: 48, 3A and 2E. RGB value is (72,58,46). Sum of RGB (Red+Green+Blue) = 72+58+46=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #483A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A2E is #B7C5D1. Grayscale: #3C3C3C. Windows color (decimal): -12043730 or 3029576. OLE color: 3029576.

HSL color Cylindrical-coordinate representation of color #483A2E: hue angle of 27.69º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #483A2E is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB725846-
CMYK00.190.360.72
HSL27.69º22.03%23.14%-
HSV(B)27.69º36.11%28.24%-
XYZ4.684.63.23-
YUV60.82119.64135.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 46 (18.36% from 255) = 26.14%
R=40.91%
G=32.95%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72584600.190.360.7227.6922.0323.14
Hex483A2E01324481c1617
Octal110725602344110342627
Binary10010001110101011100100111001001001000111001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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