Html Css Color HEX #4E1E10 Brown Pod

📋 copy color: '#4E1E10'

red 78 ◦ green 30 ◦ blue 16

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

Shades of Brown Pod #4E1E10

Tints of Brown Pod #4E1E10

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.19%

 BLUE value IS 16 (6.64% from 255) = 12.9%

R = 62.9%
G = 24.19%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#4E1E10 (or 0x4E1E10) is known color: Brown Pod. HEX triplet: 4E, 1E and 10. RGB value is (78,30,16). Sum of RGB (Red+Green+Blue) = 78+30+16=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1E10 is #B1E1EF. Grayscale: #2A2A2A. Windows color (decimal): -11657712 or 1056334. OLE color: 1056334.

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

Color convert

RGB 78 30 16 -
CMYK 0 0.62 0.79 0.69
HSL 13.55º 0.66% 0.18% -
HSV(B) 13.55º 0.79% 0.31% -
XYZ 3.7 2.59 0.79 -
YUV 42.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 78 30 16 0 0.62 0.79 0.69 13.55 0.66 0.18
Hex 4E 1E 10 0 3E 4F 45 E 42 12
Octal 116 36 20 0 76 117 105 16 102 22
Binary 1001110 11110 10000 0 111110 1001111 1000101 1110 1000010 10010

Color Harmonies of #4E1E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1E10

Black with #4E1E10

Text Example


Text Example

White with #4E1E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,30,16); }

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

background-color css

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

 a { background-color: rgb(78,30,16); }

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

border-color css

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

 span { border-color: rgb(78,30,16); }

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