#483C2E

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

Shades of Taupe #483C2E

Tints of Taupe #483C2E

Color information

#483C2E (or 0x483C2E) is unknown color: approx Taupe. HEX triplet: 48, 3C and 2E. RGB value is (72,60,46). Sum of RGB (Red+Green+Blue) = 72+60+46=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #483C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C2E is #B7C3D1. Grayscale: #3E3E3E. Windows color (decimal): -12043218 or 3030088. OLE color: 3030088.

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

Color convert

RGB726046-
CMYK00.170.360.72
HSL32.31º22.03%23.14%-
HSV(B)32.31º36.11%28.24%-
XYZ4.784.813.26-
YUV61.99118.98135.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.45%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=40.45%
G=33.71%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72604600.170.360.7232.3122.0323.14
Hex483C2E0112448201617
Octal110745602144110402627
Binary100100011110010111001000110010010010001000001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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