Html Css Color HEX #4E200B Brown Pod

📋 copy color: '#4E200B'

red 78 ◦ green 32 ◦ blue 11

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

Shades of Brown Pod #4E200B

Tints of Brown Pod #4E200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.45%

 BLUE value IS 11 (4.69% from 255) = 9.09%

R = 64.46%
G = 26.45%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#4E200B (or 0x4E200B) is known color: Brown Pod. HEX triplet: 4E, 20 and 0B. RGB value is (78,32,11). Sum of RGB (Red+Green+Blue) = 78+32+11=121 (16% of max value = 765). Red value is 78 (30.86% from 255 or 64.46% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 78 - color contains mainly: red. Hex color #4E200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E200B is #B1DFF4. Grayscale: #2B2B2B. Windows color (decimal): -11657205 or 729166. OLE color: 729166.

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

Color convert

RGB 78 32 11 -
CMYK 0 0.59 0.86 0.69
HSL 18.81º 0.75% 0.17% -
HSV(B) 18.81º 0.86% 0.31% -
XYZ 3.72 2.68 0.64 -
YUV 43.36 109.74 152.71 -
System Red Green Blue C M Y K H S L
Decimal 78 32 11 0 0.59 0.86 0.69 18.81 0.75 0.17
Hex 4E 20 B 0 3B 56 45 13 4B 11
Octal 116 40 13 0 73 126 105 23 113 21
Binary 1001110 100000 1011 0 111011 1010110 1000101 10011 1001011 10001

Color Harmonies of #4E200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E200B

Black with #4E200B

Text Example


Text Example

White with #4E200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,32,11); }

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

background-color css

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

 a { background-color: rgb(78,32,11); }

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

border-color css

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

 span { border-color: rgb(78,32,11); }

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