#4D301E

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

Shades of Indian Tan #4D301E

Tints of Indian Tan #4D301E

Color information

#4D301E (or 0x4D301E) is unknown color: approx Indian Tan. HEX triplet: 4D, 30 and 1E. RGB value is (77,48,30). Sum of RGB (Red+Green+Blue) = 77+48+30=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D301E is #B2CFE1. Grayscale: #363636. Windows color (decimal): -11718626 or 1978445. OLE color: 1978445.

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

Color convert

RGB774830-
CMYK00.380.610.70
HSL22.98º43.93%20.98%-
HSV(B)22.98º61.04%30.2%-
XYZ4.353.791.73-
YUV54.62114.11143.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.68%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=49.68%
G=30.97%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77483000.380.610.7022.9843.9320.98
Hex4D301E0263D46172c15
Octal115603604675106275425
Binary100110111000011110010011011110110001101011110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,48,30); }

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

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

 a { background-color: rgb(77,48,30); }

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

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

 span { border-color: rgb(77,48,30); }

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