Html Css Color HEX #4E210B Brown Pod

📋 copy color: '#4E210B'

red 78 ◦ green 33 ◦ blue 11

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

Shades of Brown Pod #4E210B

Tints of Brown Pod #4E210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.05%

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

R = 63.93%
G = 27.05%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#4E210B (or 0x4E210B) is known color: Brown Pod. HEX triplet: 4E, 21 and 0B. RGB value is (78,33,11). Sum of RGB (Red+Green+Blue) = 78+33+11=122 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.93% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 78 - color contains mainly: red. Hex color #4E210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E210B is #B1DEF4. Grayscale: #2C2C2C. Windows color (decimal): -11656949 or 729422. OLE color: 729422.

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

Color convert

RGB 78 33 11 -
CMYK 0 0.58 0.86 0.69
HSL 19.7º 0.75% 0.17% -
HSV(B) 19.7º 0.86% 0.31% -
XYZ 3.75 2.73 0.65 -
YUV 43.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 78 33 11 0 0.58 0.86 0.69 19.7 0.75 0.17
Hex 4E 21 B 0 3A 56 45 14 4B 11
Octal 116 41 13 0 72 126 105 24 113 21
Binary 1001110 100001 1011 0 111010 1010110 1000101 10100 1001011 10001

Color Harmonies of #4E210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E210B

Black with #4E210B

Text Example


Text Example

White with #4E210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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