#4D1E10

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

Shades of Brown Pod #4D1E10

Tints of Brown Pod #4D1E10

Color information

#4D1E10 (or 0x4D1E10) is unknown color: approx Brown Pod. HEX triplet: 4D, 1E and 10. RGB value is (77,30,16). Sum of RGB (Red+Green+Blue) = 77+30+16=123 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.60% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1E10 is #B2E1EF. Grayscale: #2A2A2A. Windows color (decimal): -11723248 or 1056333. OLE color: 1056333.

HSL color Cylindrical-coordinate representation of color #4D1E10: hue angle of 13.77º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D1E10 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB773016-
CMYK00.610.790.70
HSL13.77º65.59%18.24%-
HSV(B)13.77º79.22%30.2%-
XYZ3.622.540.79-
YUV42.46113.07152.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 62.60%
GREEN value IS 30 (12.11% from 255) = 24.39%
BLUE value IS 16 (6.64% from 255) = 13.01%
R=62.60%
G=24.39%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77301600.610.790.7013.7765.5918.24
Hex4D1E1003D4F46e4212
Octal11536200751171061610222
Binary100110111110100000111101100111110001101110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,30,16); }

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

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

 a { background-color: rgb(77,30,16); }

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

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

 span { border-color: rgb(77,30,16); }

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