Shades of Brown Pod #4D2106
Tints of Brown Pod #4D2106
RGB
CMYK
RGB Variations
Color information
#4D2106 (or 0x4D2106) is known color: Brown Pod. HEX triplet: 4D, 21 and 06. RGB value is (77,33,6). Sum of RGB (Red+Green+Blue) = 77+33+6=116 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.38% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 6 (2.73% from 255 or 5.17% from 116); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2106 is #B2DEF9. Grayscale: #2B2B2B. Windows color (decimal): -11722490 or 401741. OLE color: 401741.
HSL color Cylindrical-coordinate representation of color #4D2106: hue angle of 22.82º 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 #4D2106 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 6 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.70 |
| HSL | 22.82º | 0.86% | 0.16% | - |
| HSV(B) | 22.82º | 0.92% | 0.3% | - |
| XYZ | 3.64 | 2.68 | 0.5 | - |
| YUV | 43.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 6 | 0 | 0.57 | 0.92 | 0.70 | 22.82 | 0.86 | 0.16 |
| Hex | 4D | 21 | 6 | 0 | 39 | 5C | 46 | 17 | 56 | 10 |
| Octal | 115 | 41 | 6 | 0 | 71 | 134 | 106 | 27 | 126 | 20 |
| Binary | 1001101 | 100001 | 110 | 0 | 111001 | 1011100 | 1000110 | 10111 | 1010110 | 10000 |
Color Harmonies of #4D2106
Complementary color
Monochromatic Colors of #4D2106
Black with #4D2106
Text Example
Text Example
White with #4D2106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2106; }
p { color: rgb(77,33,6); }
H1.HeaderClassName
{
color: #4D2106;
}
.AnyTagClassName
{
color: #4D2106;
}
</style>
background-color css
<style>
a { background-color: #4D2106; }
a { background-color: rgb(77,33,6); }
div.DivClassName
{
background-color: #4D2106;
}
.BgClassName
{
background-color: #4D2106;
}
</style>
border-color css
<style>
span { border-color: #4D2106; }
span { border-color: rgb(77,33,6); }
td.TdClassName
{
border-color: #4D2106;
}
.TagClassName
{
border-color: #4D2106;
}
</style>