Shades of Brown Pod #4D210C
Tints of Brown Pod #4D210C
RGB
CMYK
RGB Variations
Color information
#4D210C (or 0x4D210C) is known color: Brown Pod. HEX triplet: 4D, 21 and 0C. RGB value is (77,33,12). Sum of RGB (Red+Green+Blue) = 77+33+12=122 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.11% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 77 - color contains mainly: red. Hex color #4D210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D210C is #B2DEF3. Grayscale: #2B2B2B. Windows color (decimal): -11722484 or 794957. OLE color: 794957.
HSL color Cylindrical-coordinate representation of color #4D210C: hue angle of 19.38º 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 #4D210C is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 12 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.70 |
| HSL | 19.38º | 0.73% | 0.17% | - |
| HSV(B) | 19.38º | 0.84% | 0.3% | - |
| XYZ | 3.67 | 2.69 | 0.67 | - |
| YUV | 43.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 12 | 0 | 0.57 | 0.84 | 0.70 | 19.38 | 0.73 | 0.17 |
| Hex | 4D | 21 | C | 0 | 39 | 54 | 46 | 13 | 49 | 11 |
| Octal | 115 | 41 | 14 | 0 | 71 | 124 | 106 | 23 | 111 | 21 |
| Binary | 1001101 | 100001 | 1100 | 0 | 111001 | 1010100 | 1000110 | 10011 | 1001001 | 10001 |
Color Harmonies of #4D210C
Complementary color
Monochromatic Colors of #4D210C
Black with #4D210C
Text Example
Text Example
White with #4D210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D210C; }
p { color: rgb(77,33,12); }
H1.HeaderClassName
{
color: #4D210C;
}
.AnyTagClassName
{
color: #4D210C;
}
</style>
background-color css
<style>
a { background-color: #4D210C; }
a { background-color: rgb(77,33,12); }
div.DivClassName
{
background-color: #4D210C;
}
.BgClassName
{
background-color: #4D210C;
}
</style>
border-color css
<style>
span { border-color: #4D210C; }
span { border-color: rgb(77,33,12); }
td.TdClassName
{
border-color: #4D210C;
}
.TagClassName
{
border-color: #4D210C;
}
</style>