#483A2D

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

Shades of Taupe #483A2D

Tints of Taupe #483A2D

Color information

#483A2D (or 0x483A2D) is unknown color: approx Taupe. HEX triplet: 48, 3A and 2D. RGB value is (72,58,45). Sum of RGB (Red+Green+Blue) = 72+58+45=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #483A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A2D is #B7C5D2. Grayscale: #3C3C3C. Windows color (decimal): -12043731 or 2964040. OLE color: 2964040.

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

Color convert

RGB725845-
CMYK00.190.380.72
HSL28.89º23.08%22.94%-
HSV(B)28.89º37.5%28.24%-
XYZ4.664.593.12-
YUV60.7119.14136.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.14%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=41.14%
G=33.14%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72584500.190.380.7228.8923.0822.94
Hex483A2D01326481d1717
Octal110725502346110352727
Binary10010001110101011010100111001101001000111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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