#4D2010

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

Shades of Brown Pod #4D2010

Tints of Brown Pod #4D2010

Color information

#4D2010 (or 0x4D2010) is unknown color: approx Brown Pod. HEX triplet: 4D, 20 and 10. RGB value is (77,32,16). Sum of RGB (Red+Green+Blue) = 77+32+16=125 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.6% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2010 is #B2DFEF. Grayscale: #2B2B2B. Windows color (decimal): -11722736 or 1056845. OLE color: 1056845.

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

Color convert

RGB773216-
CMYK00.580.790.70
HSL15.74º65.59%18.24%-
HSV(B)15.74º79.22%30.2%-
XYZ3.672.650.81-
YUV43.63112.41151.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 61.6%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=61.6%
G=25.6%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77321600.580.790.7015.7465.5918.24
Hex4D201003A4F46104212
Octal11540200721171062010222
Binary10011011000001000001110101001111100011010000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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