Shades of Brown Pod #311C16
Tints of Brown Pod #311C16
RGB
CMYK
RGB Variations
Color information
#311C16 (or 0x311C16) is known color: Brown Pod. HEX triplet: 31, 1C and 16. RGB value is (49,28,22). Sum of RGB (Red+Green+Blue) = 49+28+22=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #311C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C16 is #CEE3E9. Grayscale: #212121. Windows color (decimal): -13558762 or 1449009. OLE color: 1449009.
HSL color Cylindrical-coordinate representation of color #311C16: hue angle of 13.33º 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 #311C16 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 28 | 22 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.81 |
| HSL | 13.33º | 0.38% | 0.14% | - |
| HSV(B) | 13.33º | 0.55% | 0.19% | - |
| XYZ | 1.83 | 1.54 | 0.96 | - |
| YUV | 33.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 22 | 0 | 0.43 | 0.55 | 0.81 | 13.33 | 0.38 | 0.14 |
| Hex | 31 | 1C | 16 | 0 | 2B | 37 | 51 | D | 26 | E |
| Octal | 61 | 34 | 26 | 0 | 53 | 67 | 121 | 15 | 46 | 16 |
| Binary | 110001 | 11100 | 10110 | 0 | 101011 | 110111 | 1010001 | 1101 | 100110 | 1110 |
Color Harmonies of #311C16
Complementary color
Monochromatic Colors of #311C16
Black with #311C16
Text Example
Text Example
White with #311C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C16; }
p { color: rgb(49,28,22); }
H1.HeaderClassName
{
color: #311C16;
}
.AnyTagClassName
{
color: #311C16;
}
</style>
background-color css
<style>
a { background-color: #311C16; }
a { background-color: rgb(49,28,22); }
div.DivClassName
{
background-color: #311C16;
}
.BgClassName
{
background-color: #311C16;
}
</style>
border-color css
<style>
span { border-color: #311C16; }
span { border-color: rgb(49,28,22); }
td.TdClassName
{
border-color: #311C16;
}
.TagClassName
{
border-color: #311C16;
}
</style>