#4D2211

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

Shades of Brown Pod #4D2211

Tints of Brown Pod #4D2211

Color information

#4D2211 (or 0x4D2211) is unknown color: approx Brown Pod. HEX triplet: 4D, 22 and 11. RGB value is (77,34,17). Sum of RGB (Red+Green+Blue) = 77+34+17=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2211 is #B2DDEE. Grayscale: #2D2D2D. Windows color (decimal): -11722223 or 1122893. OLE color: 1122893.

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

Color convert

RGB773417-
CMYK00.560.780.70
HSL17º63.83%18.43%-
HSV(B)17º77.92%30.2%-
XYZ3.732.760.87-
YUV44.92112.25150.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 60.16%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 17 (7.03% from 255) = 13.28%
R=60.16%
G=26.56%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77341700.560.780.701763.8318.43
Hex4D22110384E46114012
Octal11542210701161062110022
Binary10011011000101000101110001001110100011010001100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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