#48301D

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

Shades of Indian Tan #48301D

Tints of Indian Tan #48301D

Color information

#48301D (or 0x48301D) is unknown color: approx Indian Tan. HEX triplet: 48, 30 and 1D. RGB value is (72,48,29). Sum of RGB (Red+Green+Blue) = 72+48+29=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48301D is #B7CFE2. Grayscale: #353535. Windows color (decimal): -12046307 or 1912904. OLE color: 1912904.

HSL color Cylindrical-coordinate representation of color #48301D: hue angle of 26.51º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48301D is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB724829-
CMYK00.330.600.72
HSL26.51º42.57%19.8%-
HSV(B)26.51º59.72%28.24%-
XYZ3.953.581.65-
YUV53.01114.45141.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=48.32%
G=32.21%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72482900.330.600.7226.5142.5719.8
Hex48301D0213C481b2b14
Octal110603504174110335324
Binary100100011000011101010000111110010010001101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48301D; }

 p { color: rgb(72,48,29); }

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

<style>
 a { background-color: #48301D; }

 a { background-color: rgb(72,48,29); }

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

<style>
 span { border-color: #48301D; }

 span { border-color: rgb(72,48,29); }

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