#4D2014

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

Shades of Brown Pod #4D2014

Tints of Brown Pod #4D2014

Color information

#4D2014 (or 0x4D2014) is unknown color: approx Brown Pod. HEX triplet: 4D, 20 and 14. RGB value is (77,32,20). Sum of RGB (Red+Green+Blue) = 77+32+20=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2014 is #B2DFEB. Grayscale: #2C2C2C. Windows color (decimal): -11722732 or 1318989. OLE color: 1318989.

HSL color Cylindrical-coordinate representation of color #4D2014: hue angle of 12.63º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D2014 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB773220-
CMYK00.580.740.70
HSL12.63º58.76%19.02%-
HSV(B)12.63º74.03%30.2%-
XYZ3.72.660.98-
YUV44.09114.41151.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 59.69%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=59.69%
G=24.81%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77322000.580.740.7012.6358.7619.02
Hex4D201403A4A46d3b13
Octal1154024072112106157323
Binary100110110000010100011101010010101000110110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,32,20); }

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

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

 a { background-color: rgb(77,32,20); }

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

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

 span { border-color: rgb(77,32,20); }

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