Html Css Color HEX #48301D Indian Tan

📋 copy color: '#48301D'

red 72 ◦ green 48 ◦ blue 29

#48301D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Tan #48301D

Tints of Indian Tan #48301D

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 value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48301D (or 0x48301D) is known color: 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

RGB 72 48 29 -
CMYK 0 0.33 0.60 0.72
HSL 26.51º 0.43% 0.2% -
HSV(B) 26.51º 0.6% 0.28% -
XYZ 3.95 3.58 1.65 -
YUV 53.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 72 48 29 0 0.33 0.60 0.72 26.51 0.43 0.2
Hex 48 30 1D 0 21 3C 48 1B 2B 14
Octal 110 60 35 0 41 74 110 33 53 24
Binary 1001000 110000 11101 0 100001 111100 1001000 11011 101011 10100

Color Harmonies of #48301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48301D

Black with #48301D

Text Example


Text Example

White with #48301D

Text Example


Text Example

HTML Codes & Css Web 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>