#4D2009

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

Shades of Brown Pod #4D2009

Tints of Brown Pod #4D2009

Color information

#4D2009 (or 0x4D2009) is unknown color: approx Brown Pod. HEX triplet: 4D, 20 and 09. RGB value is (77,32,9). Sum of RGB (Red+Green+Blue) = 77+32+9=118 (15% of max value = 765). Red value is 77 (30.47% from 255 or 65.25% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2009 is #B2DFF6. Grayscale: #2A2A2A. Windows color (decimal): -11722743 or 598093. OLE color: 598093.

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

Color convert

RGB77329-
CMYK00.580.880.70
HSL20.29º79.07%16.86%-
HSV(B)20.29º88.31%30.2%-
XYZ3.632.630.58-
YUV42.83108.91152.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 65.25%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 9 (3.91% from 255) = 7.63%
R=65.25%
G=27.12%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7732900.580.880.7020.2979.0716.86
Hex4D20903A5846144f11
Octal11540110721301062411721
Binary1001101100000100101110101011000100011010100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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