#4D2D1B

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

Shades of Indian Tan #4D2D1B

Tints of Indian Tan #4D2D1B

Color information

#4D2D1B (or 0x4D2D1B) is unknown color: approx Indian Tan. HEX triplet: 4D, 2D and 1B. RGB value is (77,45,27). Sum of RGB (Red+Green+Blue) = 77+45+27=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2D1B is #B2D2E4. Grayscale: #343434. Windows color (decimal): -11719397 or 1781069. OLE color: 1781069.

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

Color convert

RGB774527-
CMYK00.420.650.70
HSL21.6º48.08%20.39%-
HSV(B)21.6º64.94%30.2%-
XYZ4.23.531.5-
YUV52.52113.6145.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 51.68%
GREEN value IS 45 (17.97% from 255) = 30.20%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=51.68%
G=30.20%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77452700.420.650.7021.648.0820.39
Hex4D2D1B02A4146163014
Octal1155533052101106266024
Binary1001101101101110110101010100000110001101011011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,45,27); }

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

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

 a { background-color: rgb(77,45,27); }

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

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

 span { border-color: rgb(77,45,27); }

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