Shades of Brown Pod #4D1F06
Tints of Brown Pod #4D1F06
RGB
CMYK
RGB Variations
Color information
#4D1F06 (or 0x4D1F06) is known color: Brown Pod. HEX triplet: 4D, 1F and 06. RGB value is (77,31,6). Sum of RGB (Red+Green+Blue) = 77+31+6=114 (15% of max value = 765). Red value is 77 (30.47% from 255 or 67.54% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1F06 is #B2E0F9. Grayscale: #2A2A2A. Windows color (decimal): -11723002 or 401229. OLE color: 401229.
HSL color Cylindrical-coordinate representation of color #4D1F06: hue angle of 21.13º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D1F06 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 31 | 6 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.70 |
| HSL | 21.13º | 0.86% | 0.16% | - |
| HSV(B) | 21.13º | 0.92% | 0.3% | - |
| XYZ | 3.58 | 2.57 | 0.48 | - |
| YUV | 41.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 31 | 6 | 0 | 0.60 | 0.92 | 0.70 | 21.13 | 0.86 | 0.16 |
| Hex | 4D | 1F | 6 | 0 | 3C | 5C | 46 | 15 | 56 | 10 |
| Octal | 115 | 37 | 6 | 0 | 74 | 134 | 106 | 25 | 126 | 20 |
| Binary | 1001101 | 11111 | 110 | 0 | 111100 | 1011100 | 1000110 | 10101 | 1010110 | 10000 |
Color Harmonies of #4D1F06
Complementary color
Monochromatic Colors of #4D1F06
Black with #4D1F06
Text Example
Text Example
White with #4D1F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1F06; }
p { color: rgb(77,31,6); }
H1.HeaderClassName
{
color: #4D1F06;
}
.AnyTagClassName
{
color: #4D1F06;
}
</style>
background-color css
<style>
a { background-color: #4D1F06; }
a { background-color: rgb(77,31,6); }
div.DivClassName
{
background-color: #4D1F06;
}
.BgClassName
{
background-color: #4D1F06;
}
</style>
border-color css
<style>
span { border-color: #4D1F06; }
span { border-color: rgb(77,31,6); }
td.TdClassName
{
border-color: #4D1F06;
}
.TagClassName
{
border-color: #4D1F06;
}
</style>