#482F1A

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

Shades of Indian Tan #482F1A

Tints of Indian Tan #482F1A

Color information

#482F1A (or 0x482F1A) is unknown color: approx Indian Tan. HEX triplet: 48, 2F and 1A. RGB value is (72,47,26). Sum of RGB (Red+Green+Blue) = 72+47+26=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F1A is #B7D0E5. Grayscale: #343434. Windows color (decimal): -12046566 or 1716040. OLE color: 1716040.

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

Color convert

RGB724726-
CMYK00.350.640.72
HSL27.39º46.94%19.22%-
HSV(B)27.39º63.89%28.24%-
XYZ3.883.491.45-
YUV52.08113.28142.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 47 (18.75% from 255) = 32.41%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=49.66%
G=32.41%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72472600.350.640.7227.3946.9419.22
Hex482F1A02340481b2f13
Octal1105732043100110335723
Binary1001000101111110100100011100000010010001101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,47,26); }

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

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

 a { background-color: rgb(72,47,26); }

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

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

 span { border-color: rgb(72,47,26); }

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