#4D220C

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

Shades of Brown Pod #4D220C

Tints of Brown Pod #4D220C

Color information

#4D220C (or 0x4D220C) is unknown color: approx Brown Pod. HEX triplet: 4D, 22 and 0C. RGB value is (77,34,12). Sum of RGB (Red+Green+Blue) = 77+34+12=123 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.60% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 77 - color contains mainly: red. Hex color #4D220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D220C is #B2DDF3. Grayscale: #2C2C2C. Windows color (decimal): -11722228 or 795213. OLE color: 795213.

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

Color convert

RGB773412-
CMYK00.560.840.70
HSL20.31º73.03%17.45%-
HSV(B)20.31º84.42%30.2%-
XYZ3.72.750.68-
YUV44.35109.75151.29-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 62.60%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 12 (5.08% from 255) = 9.76%
R=62.60%
G=27.64%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77341200.560.840.7020.3173.0317.45
Hex4D22C0385446144911
Octal11542140701241062411121
Binary1001101100010110001110001010100100011010100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,34,12); }

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

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

 a { background-color: rgb(77,34,12); }

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

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

 span { border-color: rgb(77,34,12); }

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