#4D2006

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

Shades of Brown Pod #4D2006

Tints of Brown Pod #4D2006

Color information

#4D2006 (or 0x4D2006) is unknown color: approx Brown Pod. HEX triplet: 4D, 20 and 06. RGB value is (77,32,6). Sum of RGB (Red+Green+Blue) = 77+32+6=115 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.96% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2006 is #B2DFF9. Grayscale: #2A2A2A. Windows color (decimal): -11722746 or 401485. OLE color: 401485.

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

Color convert

RGB77326-
CMYK00.580.920.70
HSL21.97º85.54%16.27%-
HSV(B)21.97º92.21%30.2%-
XYZ3.612.620.49-
YUV42.49107.41152.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 66.96%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 6 (2.73% from 255) = 5.22%
R=66.96%
G=27.83%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7732600.580.920.7021.9785.5416.27
Hex4D20603A5C46165610
Octal1154060721341062612620
Binary100110110000011001110101011100100011010110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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