#482D15

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

Shades of Indian Tan #482D15

Tints of Indian Tan #482D15

Color information

#482D15 (or 0x482D15) is unknown color: approx Indian Tan. HEX triplet: 48, 2D and 15. RGB value is (72,45,21). Sum of RGB (Red+Green+Blue) = 72+45+21=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #482D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D15 is #B7D2EA. Grayscale: #323232. Windows color (decimal): -12047083 or 1387848. OLE color: 1387848.

HSL color Cylindrical-coordinate representation of color #482D15: hue angle of 28.24º 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 #482D15 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB724521-
CMYK00.380.710.72
HSL28.24º54.84%18.24%-
HSV(B)28.24º70.83%28.24%-
XYZ3.753.311.15-
YUV50.34111.45143.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 45 (17.97% from 255) = 32.61%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=52.17%
G=32.61%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72452100.380.710.7228.2454.8418.24
Hex482D1502647481c3712
Octal1105525046107110346722
Binary1001000101101101010100110100011110010001110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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