Html Css Color HEX #4E2B14 Indian Tan

📋 copy color: '#4E2B14'

red 78 ◦ green 43 ◦ blue 20

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

Shades of Indian Tan #4E2B14

Tints of Indian Tan #4E2B14

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.5%

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

R = 55.32%
G = 30.5%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#4E2B14 (or 0x4E2B14) is known color: Indian Tan. HEX triplet: 4E, 2B and 14. RGB value is (78,43,20). Sum of RGB (Red+Green+Blue) = 78+43+20=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2B14 is #B1D4EB. Grayscale: #323232. Windows color (decimal): -11654380 or 1321806. OLE color: 1321806.

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

Color convert

RGB 78 43 20 -
CMYK 0 0.45 0.74 0.69
HSL 23.79º 0.59% 0.19% -
HSV(B) 23.79º 0.74% 0.31% -
XYZ 4.13 3.4 1.1 -
YUV 50.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 78 43 20 0 0.45 0.74 0.69 23.79 0.59 0.19
Hex 4E 2B 14 0 2D 4A 45 18 3B 13
Octal 116 53 24 0 55 112 105 30 73 23
Binary 1001110 101011 10100 0 101101 1001010 1000101 11000 111011 10011

Color Harmonies of #4E2B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2B14

Black with #4E2B14

Text Example


Text Example

White with #4E2B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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