#4D2A1A

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

Shades of Indian Tan #4D2A1A

Tints of Indian Tan #4D2A1A

Color information

#4D2A1A (or 0x4D2A1A) is unknown color: approx Indian Tan. HEX triplet: 4D, 2A and 1A. RGB value is (77,42,26). Sum of RGB (Red+Green+Blue) = 77+42+26=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2A1A is #B2D5E5. Grayscale: #323232. Windows color (decimal): -11720166 or 1714765. OLE color: 1714765.

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

Color convert

RGB774226-
CMYK00.450.660.70
HSL18.82º49.51%20.2%-
HSV(B)18.82º66.23%30.2%-
XYZ4.073.311.4-
YUV50.64114.1146.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.10%
GREEN value IS 42 (16.80% from 255) = 28.97%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=53.10%
G=28.97%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77422600.450.660.7018.8249.5120.2
Hex4D2A1A02D4246133214
Octal1155232055102106236224
Binary1001101101010110100101101100001010001101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,42,26); }

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

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

 a { background-color: rgb(77,42,26); }

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

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

 span { border-color: rgb(77,42,26); }

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