Shades of Brown Pod #4D1D10
Tints of Brown Pod #4D1D10
RGB
CMYK
RGB Variations
Color information
#4D1D10 (or 0x4D1D10) is known color: Brown Pod. HEX triplet: 4D, 1D and 10. RGB value is (77,29,16). Sum of RGB (Red+Green+Blue) = 77+29+16=122 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.11% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1D10 is #B2E2EF. Grayscale: #292929. Windows color (decimal): -11723504 or 1056077. OLE color: 1056077.
HSL color Cylindrical-coordinate representation of color #4D1D10: hue angle of 12.79º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D1D10 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 29 | 16 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.70 |
| HSL | 12.79º | 0.66% | 0.18% | - |
| HSV(B) | 12.79º | 0.79% | 0.3% | - |
| XYZ | 3.59 | 2.49 | 0.78 | - |
| YUV | 41.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 16 | 0 | 0.62 | 0.79 | 0.70 | 12.79 | 0.66 | 0.18 |
| Hex | 4D | 1D | 10 | 0 | 3E | 4F | 46 | D | 42 | 12 |
| Octal | 115 | 35 | 20 | 0 | 76 | 117 | 106 | 15 | 102 | 22 |
| Binary | 1001101 | 11101 | 10000 | 0 | 111110 | 1001111 | 1000110 | 1101 | 1000010 | 10010 |
Color Harmonies of #4D1D10
Complementary color
Monochromatic Colors of #4D1D10
Black with #4D1D10
Text Example
Text Example
White with #4D1D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1D10; }
p { color: rgb(77,29,16); }
H1.HeaderClassName
{
color: #4D1D10;
}
.AnyTagClassName
{
color: #4D1D10;
}
</style>
background-color css
<style>
a { background-color: #4D1D10; }
a { background-color: rgb(77,29,16); }
div.DivClassName
{
background-color: #4D1D10;
}
.BgClassName
{
background-color: #4D1D10;
}
</style>
border-color css
<style>
span { border-color: #4D1D10; }
span { border-color: rgb(77,29,16); }
td.TdClassName
{
border-color: #4D1D10;
}
.TagClassName
{
border-color: #4D1D10;
}
</style>