#482F19

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

Shades of Indian Tan #482F19

Tints of Indian Tan #482F19

Color information

#482F19 (or 0x482F19) is unknown color: approx Indian Tan. HEX triplet: 48, 2F and 19. RGB value is (72,47,25). Sum of RGB (Red+Green+Blue) = 72+47+25=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #482F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F19 is #B7D0E6. Grayscale: #343434. Windows color (decimal): -12046567 or 1650504. OLE color: 1650504.

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

Color convert

RGB724725-
CMYK00.350.650.72
HSL28.09º48.45%19.02%-
HSV(B)28.09º65.28%28.24%-
XYZ3.863.481.39-
YUV51.97112.78142.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 47 (18.75% from 255) = 32.64%
BLUE value IS 25 (10.16% from 255) = 17.36%
R=50%
G=32.64%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72472500.350.650.7228.0948.4519.02
Hex482F1902341481c3013
Octal1105731043101110346023
Binary1001000101111110010100011100000110010001110011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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