#4E270E

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

Shades of Indian Tan #4E270E

Tints of Indian Tan #4E270E

Color information

#4E270E (or 0x4E270E) is unknown color: approx Indian Tan. HEX triplet: 4E, 27 and 0E. RGB value is (78,39,14). Sum of RGB (Red+Green+Blue) = 78+39+14=131 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.54% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 78 - color contains mainly: red. Hex color #4E270E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E270E is #B1D8F1. Grayscale: #2F2F2F. Windows color (decimal): -11655410 or 927566. OLE color: 927566.

HSL color Cylindrical-coordinate representation of color #4E270E: hue angle of 23.44º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E270E is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.69.

Color convert

RGB783914-
CMYK00.500.820.69
HSL23.44º69.57%18.04%-
HSV(B)23.44º82.05%30.59%-
XYZ3.953.10.81-
YUV47.81108.92149.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 59.54%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 14 (5.86% from 255) = 10.69%
R=59.54%
G=29.77%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78391400.500.820.6923.4469.5718.04
Hex4E27E0325245174612
Octal11647160621221052710622
Binary1001110100111111001100101010010100010110111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,39,14); }

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

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

 a { background-color: rgb(78,39,14); }

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

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

 span { border-color: rgb(78,39,14); }

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