Shades of Brown Pod #4D200B
Tints of Brown Pod #4D200B
RGB
CMYK
RGB Variations
Color information
#4D200B (or 0x4D200B) is known color: 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
| RGB | 77 | 32 | 11 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.70 |
| HSL | 19.09º | 0.75% | 0.17% | - |
| HSV(B) | 19.09º | 0.86% | 0.3% | - |
| XYZ | 3.64 | 2.63 | 0.63 | - |
| YUV | 43.06 | 109.91 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 11 | 0 | 0.58 | 0.86 | 0.70 | 19.09 | 0.75 | 0.17 |
| Hex | 4D | 20 | B | 0 | 3A | 56 | 46 | 13 | 4B | 11 |
| Octal | 115 | 40 | 13 | 0 | 72 | 126 | 106 | 23 | 113 | 21 |
| Binary | 1001101 | 100000 | 1011 | 0 | 111010 | 1010110 | 1000110 | 10011 | 1001011 | 10001 |
Color Harmonies of #4D200B
Complementary color
Monochromatic Colors of #4D200B
Black with #4D200B
Text Example
Text Example
White with #4D200B
Text Example
Text Example
HTML Codes & Css Web 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>