#4E210C

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

Shades of Brown Pod #4E210C

Tints of Brown Pod #4E210C

Color information

#4E210C (or 0x4E210C) is unknown color: approx Brown Pod. HEX triplet: 4E, 21 and 0C. RGB value is (78,33,12). Sum of RGB (Red+Green+Blue) = 78+33+12=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E210C is #B1DEF3. Grayscale: #2C2C2C. Windows color (decimal): -11656948 or 794958. OLE color: 794958.

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

Color convert

RGB783312-
CMYK00.580.850.69
HSL19.09º73.33%17.65%-
HSV(B)19.09º84.62%30.59%-
XYZ3.752.730.68-
YUV44.06109.91152.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 63.41%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 12 (5.08% from 255) = 9.76%
R=63.41%
G=26.83%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78331200.580.850.6919.0973.3317.65
Hex4E21C03A5545134912
Octal11641140721251052311122
Binary1001110100001110001110101010101100010110011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E210C;
 }
 .AnyTagClassName
 {
   color: #4E210C;
 }
</style>
background-color css

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

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

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

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

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

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