Shades of Brown Pod #4D1F08
Tints of Brown Pod #4D1F08
RGB
CMYK
RGB Variations
Color information
#4D1F08 (or 0x4D1F08) is known color: Brown Pod. HEX triplet: 4D, 1F and 08. RGB value is (77,31,8). Sum of RGB (Red+Green+Blue) = 77+31+8=116 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.38% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1F08 is #B2E0F7. Grayscale: #2A2A2A. Windows color (decimal): -11723000 or 532301. OLE color: 532301.
HSL color Cylindrical-coordinate representation of color #4D1F08: hue angle of 20º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D1F08 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 31 | 8 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.70 |
| HSL | 20º | 0.81% | 0.17% | - |
| HSV(B) | 20º | 0.9% | 0.3% | - |
| XYZ | 3.59 | 2.58 | 0.54 | - |
| YUV | 42.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 31 | 8 | 0 | 0.60 | 0.90 | 0.70 | 20 | 0.81 | 0.17 |
| Hex | 4D | 1F | 8 | 0 | 3C | 5A | 46 | 14 | 51 | 11 |
| Octal | 115 | 37 | 10 | 0 | 74 | 132 | 106 | 24 | 121 | 21 |
| Binary | 1001101 | 11111 | 1000 | 0 | 111100 | 1011010 | 1000110 | 10100 | 1010001 | 10001 |
Color Harmonies of #4D1F08
Complementary color
Monochromatic Colors of #4D1F08
Black with #4D1F08
Text Example
Text Example
White with #4D1F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1F08; }
p { color: rgb(77,31,8); }
H1.HeaderClassName
{
color: #4D1F08;
}
.AnyTagClassName
{
color: #4D1F08;
}
</style>
background-color css
<style>
a { background-color: #4D1F08; }
a { background-color: rgb(77,31,8); }
div.DivClassName
{
background-color: #4D1F08;
}
.BgClassName
{
background-color: #4D1F08;
}
</style>
border-color css
<style>
span { border-color: #4D1F08; }
span { border-color: rgb(77,31,8); }
td.TdClassName
{
border-color: #4D1F08;
}
.TagClassName
{
border-color: #4D1F08;
}
</style>