#482E18

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

Shades of Indian Tan #482E18

Tints of Indian Tan #482E18

Color information

#482E18 (or 0x482E18) is unknown color: approx Indian Tan. HEX triplet: 48, 2E and 18. RGB value is (72,46,24). Sum of RGB (Red+Green+Blue) = 72+46+24=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #482E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E18 is #B7D1E7. Grayscale: #333333. Windows color (decimal): -12046824 or 1584712. OLE color: 1584712.

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

Color convert

RGB724624-
CMYK00.360.670.72
HSL27.5º50%18.82%-
HSV(B)27.5º66.67%28.24%-
XYZ3.813.41.32-
YUV51.27112.61142.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=50.70%
G=32.39%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72462400.360.670.7227.55018.82
Hex482E1802443481c3213
Octal1105630044103110346223
Binary1001000101110110000100100100001110010001110011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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