Shades of Brown Pod #4D1306
Tints of Brown Pod #4D1306
RGB
CMYK
RGB Variations
Color information
#4D1306 (or 0x4D1306) is known color: Brown Pod. HEX triplet: 4D, 13 and 06. RGB value is (77,19,6). Sum of RGB (Red+Green+Blue) = 77+19+6=102 (13% of max value = 765). Red value is 77 (30.47% from 255 or 75.49% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1306 is #B2ECF9. Grayscale: #222222. Windows color (decimal): -11726074 or 398157. OLE color: 398157.
HSL color Cylindrical-coordinate representation of color #4D1306: hue angle of 10.99º 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 #4D1306 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 19 | 6 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.70 |
| HSL | 10.99º | 0.86% | 0.16% | - |
| HSV(B) | 10.99º | 0.92% | 0.3% | - |
| XYZ | 3.33 | 2.06 | 0.39 | - |
| YUV | 34.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 6 | 0 | 0.75 | 0.92 | 0.70 | 10.99 | 0.86 | 0.16 |
| Hex | 4D | 13 | 6 | 0 | 4B | 5C | 46 | B | 56 | 10 |
| Octal | 115 | 23 | 6 | 0 | 113 | 134 | 106 | 13 | 126 | 20 |
| Binary | 1001101 | 10011 | 110 | 0 | 1001011 | 1011100 | 1000110 | 1011 | 1010110 | 10000 |
Color Harmonies of #4D1306
Complementary color
Monochromatic Colors of #4D1306
Black with #4D1306
Text Example
Text Example
White with #4D1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1306; }
p { color: rgb(77,19,6); }
H1.HeaderClassName
{
color: #4D1306;
}
.AnyTagClassName
{
color: #4D1306;
}
</style>
background-color css
<style>
a { background-color: #4D1306; }
a { background-color: rgb(77,19,6); }
div.DivClassName
{
background-color: #4D1306;
}
.BgClassName
{
background-color: #4D1306;
}
</style>
border-color css
<style>
span { border-color: #4D1306; }
span { border-color: rgb(77,19,6); }
td.TdClassName
{
border-color: #4D1306;
}
.TagClassName
{
border-color: #4D1306;
}
</style>