#4E2F1B

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

Shades of Indian Tan #4E2F1B

Tints of Indian Tan #4E2F1B

Color information

#4E2F1B (or 0x4E2F1B) is unknown color: approx Indian Tan. HEX triplet: 4E, 2F and 1B. RGB value is (78,47,27). Sum of RGB (Red+Green+Blue) = 78+47+27=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F1B is #B1D0E4. Grayscale: #363636. Windows color (decimal): -11653349 or 1781582. OLE color: 1781582.

HSL color Cylindrical-coordinate representation of color #4E2F1B: hue angle of 23.53º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E2F1B is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB784727-
CMYK00.400.650.69
HSL23.53º48.57%20.59%-
HSV(B)23.53º65.38%30.59%-
XYZ4.363.731.53-
YUV53.99112.77145.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 51.32%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=51.32%
G=30.92%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78472700.400.650.6923.5348.5720.59
Hex4E2F1B0284145183115
Octal1165733050101105306125
Binary1001110101111110110101000100000110001011100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,47,27); }

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

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

 a { background-color: rgb(78,47,27); }

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

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

 span { border-color: rgb(78,47,27); }

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