Html Css Color HEX #4E200E Brown Pod

📋 copy color: '#4E200E'

red 78 ◦ green 32 ◦ blue 14

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

Shades of Brown Pod #4E200E

Tints of Brown Pod #4E200E

RGB

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

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

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

R = 62.9%
G = 25.81%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.69

RGB Variations

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

Color information

#4E200E (or 0x4E200E) is known color: Brown Pod. HEX triplet: 4E, 20 and 0E. RGB value is (78,32,14). Sum of RGB (Red+Green+Blue) = 78+32+14=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E200E is #B1DFF1. Grayscale: #2B2B2B. Windows color (decimal): -11657202 or 925774. OLE color: 925774.

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

Color convert

RGB 78 32 14 -
CMYK 0 0.59 0.82 0.69
HSL 16.88º 0.7% 0.18% -
HSV(B) 16.88º 0.82% 0.31% -
XYZ 3.74 2.68 0.74 -
YUV 43.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 78 32 14 0 0.59 0.82 0.69 16.88 0.7 0.18
Hex 4E 20 E 0 3B 52 45 11 46 12
Octal 116 40 16 0 73 122 105 21 106 22
Binary 1001110 100000 1110 0 111011 1010010 1000101 10001 1000110 10010

Color Harmonies of #4E200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E200E

Black with #4E200E

Text Example


Text Example

White with #4E200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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