#4D321F

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

Shades of Indian Tan #4D321F

Tints of Indian Tan #4D321F

Color information

#4D321F (or 0x4D321F) is unknown color: approx 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

RGB775031-
CMYK00.350.600.70
HSL24.78º42.59%21.18%-
HSV(B)24.78º59.74%30.2%-
XYZ4.453.961.83-
YUV55.91113.95143.04-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77503100.350.600.7024.7842.5921.18
Hex4D321F0233C46192b15
Octal115623704374106315325
Binary100110111001011111010001111110010001101100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>