#4D2E1D

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

Shades of Indian Tan #4D2E1D

Tints of Indian Tan #4D2E1D

Color information

#4D2E1D (or 0x4D2E1D) is unknown color: approx Indian Tan. HEX triplet: 4D, 2E and 1D. RGB value is (77,46,29). Sum of RGB (Red+Green+Blue) = 77+46+29=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2E1D is #B2D1E2. Grayscale: #353535. Windows color (decimal): -11719139 or 1912397. OLE color: 1912397.

HSL color Cylindrical-coordinate representation of color #4D2E1D: hue angle of 21.25º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D2E1D is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB774629-
CMYK00.400.620.70
HSL21.25º45.28%20.78%-
HSV(B)21.25º62.34%30.2%-
XYZ4.263.621.64-
YUV53.33114.27144.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.66%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=50.66%
G=30.26%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77462900.400.620.7021.2545.2820.78
Hex4D2E1D0283E46152d15
Octal115563505076106255525
Binary100110110111011101010100011111010001101010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,46,29); }

 H1.HeaderClassName
 {
   color: #4D2E1D;
 }
 .AnyTagClassName
 {
   color: #4D2E1D;
 }
</style>
background-color css

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

 a { background-color: rgb(77,46,29); }

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

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

 span { border-color: rgb(77,46,29); }

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