#482B15

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

Shades of Indian Tan #482B15

Tints of Indian Tan #482B15

Color information

#482B15 (or 0x482B15) is unknown color: approx Indian Tan. HEX triplet: 48, 2B and 15. RGB value is (72,43,21). Sum of RGB (Red+Green+Blue) = 72+43+21=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #482B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B15 is #B7D4EA. Grayscale: #313131. Windows color (decimal): -12047595 or 1387336. OLE color: 1387336.

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

Color convert

RGB724321-
CMYK00.400.710.72
HSL25.88º54.84%18.24%-
HSV(B)25.88º70.83%28.24%-
XYZ3.673.161.13-
YUV49.16112.11144.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 43 (17.19% from 255) = 31.62%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=52.94%
G=31.62%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72432100.400.710.7225.8854.8418.24
Hex482B1502847481a3712
Octal1105325050107110326722
Binary1001000101011101010101000100011110010001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,43,21); }

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

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

 a { background-color: rgb(72,43,21); }

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

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

 span { border-color: rgb(72,43,21); }

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