#4D200B

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

Shades of Brown Pod #4D200B

Tints of Brown Pod #4D200B

Color information

#4D200B (or 0x4D200B) is unknown color: approx Brown Pod. HEX triplet: 4D, 20 and 0B. RGB value is (77,32,11). Sum of RGB (Red+Green+Blue) = 77+32+11=120 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.17% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 77 - color contains mainly: red. Hex color #4D200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D200B is #B2DFF4. Grayscale: #2B2B2B. Windows color (decimal): -11722741 or 729165. OLE color: 729165.

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

Color convert

RGB773211-
CMYK00.580.860.70
HSL19.09º75%17.25%-
HSV(B)19.09º85.71%30.2%-
XYZ3.642.630.63-
YUV43.06109.91152.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 64.17%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 11 (4.69% from 255) = 9.17%
R=64.17%
G=26.67%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77321100.580.860.7019.097517.25
Hex4D20B03A5646134b11
Octal11540130721261062311321
Binary1001101100000101101110101010110100011010011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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