#4E250C

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

Shades of Indian Tan #4E250C

Tints of Indian Tan #4E250C

Color information

#4E250C (or 0x4E250C) is unknown color: approx Indian Tan. HEX triplet: 4E, 25 and 0C. RGB value is (78,37,12). Sum of RGB (Red+Green+Blue) = 78+37+12=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E250C is #B1DAF3. Grayscale: #2E2E2E. Windows color (decimal): -11655924 or 795982. OLE color: 795982.

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

Color convert

RGB783712-
CMYK00.530.850.69
HSL22.73º73.33%17.65%-
HSV(B)22.73º84.62%30.59%-
XYZ3.872.970.72-
YUV46.41108.58150.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.42%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 12 (5.08% from 255) = 9.45%
R=61.42%
G=29.13%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78371200.530.850.6922.7373.3317.65
Hex4E25C0355545174912
Octal11645140651251052711122
Binary1001110100101110001101011010101100010110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,37,12); }

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

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

 a { background-color: rgb(78,37,12); }

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

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

 span { border-color: rgb(78,37,12); }

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