Shades of Brown Pod #4D210B
Tints of Brown Pod #4D210B
RGB
CMYK
RGB Variations
Color information
#4D210B (or 0x4D210B) is known color: Brown Pod. HEX triplet: 4D, 21 and 0B. RGB value is (77,33,11). Sum of RGB (Red+Green+Blue) = 77+33+11=121 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.64% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 77 - color contains mainly: red. Hex color #4D210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D210B is #B2DEF4. Grayscale: #2B2B2B. Windows color (decimal): -11722485 or 729421. OLE color: 729421.
HSL color Cylindrical-coordinate representation of color #4D210B: hue angle of 20º 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 #4D210B is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 11 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.70 |
| HSL | 20º | 0.75% | 0.17% | - |
| HSV(B) | 20º | 0.86% | 0.3% | - |
| XYZ | 3.66 | 2.69 | 0.64 | - |
| YUV | 43.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 11 | 0 | 0.57 | 0.86 | 0.70 | 20 | 0.75 | 0.17 |
| Hex | 4D | 21 | B | 0 | 39 | 56 | 46 | 14 | 4B | 11 |
| Octal | 115 | 41 | 13 | 0 | 71 | 126 | 106 | 24 | 113 | 21 |
| Binary | 1001101 | 100001 | 1011 | 0 | 111001 | 1010110 | 1000110 | 10100 | 1001011 | 10001 |
Color Harmonies of #4D210B
Complementary color
Monochromatic Colors of #4D210B
Black with #4D210B
Text Example
Text Example
White with #4D210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D210B; }
p { color: rgb(77,33,11); }
H1.HeaderClassName
{
color: #4D210B;
}
.AnyTagClassName
{
color: #4D210B;
}
</style>
background-color css
<style>
a { background-color: #4D210B; }
a { background-color: rgb(77,33,11); }
div.DivClassName
{
background-color: #4D210B;
}
.BgClassName
{
background-color: #4D210B;
}
</style>
border-color css
<style>
span { border-color: #4D210B; }
span { border-color: rgb(77,33,11); }
td.TdClassName
{
border-color: #4D210B;
}
.TagClassName
{
border-color: #4D210B;
}
</style>