Html Css Color HEX #4E240E Indian Tan

📋 copy color: '#4E240E'

red 78 ◦ green 36 ◦ blue 14

#4E240E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Tan #4E240E

Tints of Indian Tan #4E240E

RGB

 RED value IS 78 (30.86% from 255) = 60.94%

 GREEN value IS 36 (14.45% from 255) = 28.13%

 BLUE value IS 14 (5.86% from 255) = 10.94%

R = 60.94%
G = 28.13%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.69

RGB Variations

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

Color information

#4E240E (or 0x4E240E) is known color: Indian Tan. HEX triplet: 4E, 24 and 0E. RGB value is (78,36,14). Sum of RGB (Red+Green+Blue) = 78+36+14=128 (16% of max value = 765). Red value is 78 (30.86% from 255 or 60.94% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 78 - color contains mainly: red. Hex color #4E240E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E240E is #B1DBF1. Grayscale: #2E2E2E. Windows color (decimal): -11656178 or 926798. OLE color: 926798.

HSL color Cylindrical-coordinate representation of color #4E240E: hue angle of 20.62º 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 #4E240E is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 36 14 -
CMYK 0 0.54 0.82 0.69
HSL 20.63º 0.7% 0.18% -
HSV(B) 20.63º 0.82% 0.31% -
XYZ 3.85 2.91 0.77 -
YUV 46.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 78 36 14 0 0.54 0.82 0.69 20.63 0.7 0.18
Hex 4E 24 E 0 36 52 45 15 46 12
Octal 116 44 16 0 66 122 105 25 106 22
Binary 1001110 100100 1110 0 110110 1010010 1000101 10101 1000110 10010

Color Harmonies of #4E240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E240E

Black with #4E240E

Text Example


Text Example

White with #4E240E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E240E;
 }
 .AnyTagClassName
 {
   color: #4E240E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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