#4E210B

Color #4E210B Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #4E210B

Tints of Brown Pod #4E210B

Color information

#4E210B (or 0x4E210B) is unknown color: approx 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

RGB783311-
CMYK00.580.860.69
HSL19.7º75.28%17.45%-
HSV(B)19.7º85.9%30.59%-
XYZ3.752.730.65-
YUV43.95109.41152.29-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78331100.580.860.6919.775.2817.45
Hex4E21B03A5645144b11
Octal11641130721261052411321
Binary1001110100001101101110101010110100010110100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>