#482E16

Color #482E16 Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #482E16

Tints of Indian Tan #482E16

Color information

#482E16 (or 0x482E16) is unknown color: approx Indian Tan. HEX triplet: 48, 2E and 16. RGB value is (72,46,22). Sum of RGB (Red+Green+Blue) = 72+46+22=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #482E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E16 is #B7D1E9. Grayscale: #333333. Windows color (decimal): -12046826 or 1453640. OLE color: 1453640.

HSL color Cylindrical-coordinate representation of color #482E16: hue angle of 28.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482E16 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB724622-
CMYK00.360.690.72
HSL28.8º53.19%18.43%-
HSV(B)28.8º69.44%28.24%-
XYZ3.793.391.21-
YUV51.04111.61142.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.43%
GREEN value IS 46 (18.36% from 255) = 32.86%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=51.43%
G=32.86%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72462200.360.690.7228.853.1918.43
Hex482E1602445481d3512
Octal1105626044105110356522
Binary1001000101110101100100100100010110010001110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482E16; }

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

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

<style>
 a { background-color: #482E16; }

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

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

<style>
 span { border-color: #482E16; }

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

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