Html Css Color HEX #4E2A14 Indian Tan

📋 copy color: '#4E2A14'

red 78 ◦ green 42 ◦ blue 20

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

Shades of Indian Tan #4E2A14

Tints of Indian Tan #4E2A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30%

 BLUE value IS 20 (8.2% from 255) = 14.29%

R = 55.71%
G = 30%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#4E2A14 (or 0x4E2A14) is known color: Indian Tan. HEX triplet: 4E, 2A and 14. RGB value is (78,42,20). Sum of RGB (Red+Green+Blue) = 78+42+20=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2A14 is #B1D5EB. Grayscale: #323232. Windows color (decimal): -11654636 or 1321550. OLE color: 1321550.

HSL color Cylindrical-coordinate representation of color #4E2A14: hue angle of 22.76º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E2A14 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 42 20 -
CMYK 0 0.46 0.74 0.69
HSL 22.76º 0.59% 0.19% -
HSV(B) 22.76º 0.74% 0.31% -
XYZ 4.1 3.33 1.09 -
YUV 50.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 78 42 20 0 0.46 0.74 0.69 22.76 0.59 0.19
Hex 4E 2A 14 0 2E 4A 45 17 3B 13
Octal 116 52 24 0 56 112 105 27 73 23
Binary 1001110 101010 10100 0 101110 1001010 1000101 10111 111011 10011

Color Harmonies of #4E2A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2A14

Black with #4E2A14

Text Example


Text Example

White with #4E2A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,42,20); }

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

background-color css

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

 a { background-color: rgb(78,42,20); }

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

border-color css

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

 span { border-color: rgb(78,42,20); }

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