Html Css Color HEX #4D321F Indian Tan

📋 copy color: '#4D321F'

red 77 ◦ green 50 ◦ blue 31

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

Shades of Indian Tan #4D321F

Tints of Indian Tan #4D321F

RGB

 RED value IS 77 (30.47% from 255) = 48.73%

 GREEN value IS 50 (19.92% from 255) = 31.65%

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

R = 48.73%
G = 31.65%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#4D321F (or 0x4D321F) is known color: Indian Tan. HEX triplet: 4D, 32 and 1F. RGB value is (77,50,31). Sum of RGB (Red+Green+Blue) = 77+50+31=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D321F is #B2CDE0. Grayscale: #383838. Windows color (decimal): -11718113 or 2044493. OLE color: 2044493.

HSL color Cylindrical-coordinate representation of color #4D321F: hue angle of 24.78º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D321F is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 50 31 -
CMYK 0 0.35 0.60 0.70
HSL 24.78º 0.43% 0.21% -
HSV(B) 24.78º 0.6% 0.3% -
XYZ 4.45 3.96 1.83 -
YUV 55.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 77 50 31 0 0.35 0.60 0.70 24.78 0.43 0.21
Hex 4D 32 1F 0 23 3C 46 19 2B 15
Octal 115 62 37 0 43 74 106 31 53 25
Binary 1001101 110010 11111 0 100011 111100 1000110 11001 101011 10101

Color Harmonies of #4D321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D321F

Black with #4D321F

Text Example


Text Example

White with #4D321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D321F; }

 p { color: rgb(77,50,31); }

 H1.HeaderClassName
 {
   color: #4D321F;
 }
 .AnyTagClassName
 {
   color: #4D321F;
 }
</style>

background-color css

<style>
 a { background-color: #4D321F; }

 a { background-color: rgb(77,50,31); }

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

border-color css

<style>
 span { border-color: #4D321F; }

 span { border-color: rgb(77,50,31); }

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