Html Css Color HEX #48311F Indian Tan

📋 copy color: '#48311F'

red 72 ◦ green 49 ◦ blue 31

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

Shades of Indian Tan #48311F

Tints of Indian Tan #48311F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.24%

 BLUE value IS 31 (12.5% from 255) = 20.39%

R = 47.37%
G = 32.24%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48311F (or 0x48311F) is known color: Indian Tan. HEX triplet: 48, 31 and 1F. RGB value is (72,49,31). Sum of RGB (Red+Green+Blue) = 72+49+31=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48311F is #B7CEE0. Grayscale: #353535. Windows color (decimal): -12046049 or 2044232. OLE color: 2044232.

HSL color Cylindrical-coordinate representation of color #48311F: hue angle of 26.34º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48311F is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 49 31 -
CMYK 0 0.32 0.57 0.72
HSL 26.34º 0.4% 0.2% -
HSV(B) 26.34º 0.57% 0.28% -
XYZ 4.02 3.67 1.79 -
YUV 53.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 72 49 31 0 0.32 0.57 0.72 26.34 0.4 0.2
Hex 48 31 1F 0 20 39 48 1A 28 14
Octal 110 61 37 0 40 71 110 32 50 24
Binary 1001000 110001 11111 0 100000 111001 1001000 11010 101000 10100

Color Harmonies of #48311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48311F

Black with #48311F

Text Example


Text Example

White with #48311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48311F; }

 p { color: rgb(72,49,31); }

 H1.HeaderClassName
 {
   color: #48311F;
 }
 .AnyTagClassName
 {
   color: #48311F;
 }
</style>

background-color css

<style>
 a { background-color: #48311F; }

 a { background-color: rgb(72,49,31); }

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

border-color css

<style>
 span { border-color: #48311F; }

 span { border-color: rgb(72,49,31); }

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