Html Css Color HEX #48301C Indian Tan

📋 copy color: '#48301C'

red 72 ◦ green 48 ◦ blue 28

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

Shades of Indian Tan #48301C

Tints of Indian Tan #48301C

RGB

 RED value IS 72 (28.52% from 255) = 48.65%

 GREEN value IS 48 (19.14% from 255) = 32.43%

 BLUE value IS 28 (11.33% from 255) = 18.92%

R = 48.65%
G = 32.43%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48301C (or 0x48301C) is known color: Indian Tan. HEX triplet: 48, 30 and 1C. RGB value is (72,48,28). Sum of RGB (Red+Green+Blue) = 72+48+28=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #48301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48301C is #B7CFE3. Grayscale: #353535. Windows color (decimal): -12046308 or 1847368. OLE color: 1847368.

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

Color convert

RGB 72 48 28 -
CMYK 0 0.33 0.61 0.72
HSL 27.27º 0.44% 0.2% -
HSV(B) 27.27º 0.61% 0.28% -
XYZ 3.94 3.58 1.58 -
YUV 52.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 72 48 28 0 0.33 0.61 0.72 27.27 0.44 0.2
Hex 48 30 1C 0 21 3D 48 1B 2C 14
Octal 110 60 34 0 41 75 110 33 54 24
Binary 1001000 110000 11100 0 100001 111101 1001000 11011 101100 10100

Color Harmonies of #48301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48301C

Black with #48301C

Text Example


Text Example

White with #48301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48301C;
 }
 .AnyTagClassName
 {
   color: #48301C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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