Shades of Brown Pod #311E16
Tints of Brown Pod #311E16
RGB
CMYK
RGB Variations
Color information
#311E16 (or 0x311E16) is known color: Brown Pod. HEX triplet: 31, 1E and 16. RGB value is (49,30,22). Sum of RGB (Red+Green+Blue) = 49+30+22=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #311E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E16 is #CEE1E9. Grayscale: #222222. Windows color (decimal): -13558250 or 1449521. OLE color: 1449521.
HSL color Cylindrical-coordinate representation of color #311E16: hue angle of 17.78º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #311E16 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 22 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.81 |
| HSL | 17.78º | 0.38% | 0.14% | - |
| HSV(B) | 17.78º | 0.55% | 0.19% | - |
| XYZ | 1.88 | 1.64 | 0.98 | - |
| YUV | 34.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 22 | 0 | 0.39 | 0.55 | 0.81 | 17.78 | 0.38 | 0.14 |
| Hex | 31 | 1E | 16 | 0 | 27 | 37 | 51 | 12 | 26 | E |
| Octal | 61 | 36 | 26 | 0 | 47 | 67 | 121 | 22 | 46 | 16 |
| Binary | 110001 | 11110 | 10110 | 0 | 100111 | 110111 | 1010001 | 10010 | 100110 | 1110 |
Color Harmonies of #311E16
Complementary color
Monochromatic Colors of #311E16
Black with #311E16
Text Example
Text Example
White with #311E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E16; }
p { color: rgb(49,30,22); }
H1.HeaderClassName
{
color: #311E16;
}
.AnyTagClassName
{
color: #311E16;
}
</style>
background-color css
<style>
a { background-color: #311E16; }
a { background-color: rgb(49,30,22); }
div.DivClassName
{
background-color: #311E16;
}
.BgClassName
{
background-color: #311E16;
}
</style>
border-color css
<style>
span { border-color: #311E16; }
span { border-color: rgb(49,30,22); }
td.TdClassName
{
border-color: #311E16;
}
.TagClassName
{
border-color: #311E16;
}
</style>