Shades of Brown Pod #311B16
Tints of Brown Pod #311B16
RGB
CMYK
RGB Variations
Color information
#311B16 (or 0x311B16) is known color: Brown Pod. HEX triplet: 31, 1B and 16. RGB value is (49,27,22). Sum of RGB (Red+Green+Blue) = 49+27+22=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #311B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B16 is #CEE4E9. Grayscale: #212121. Windows color (decimal): -13559018 or 1448753. OLE color: 1448753.
HSL color Cylindrical-coordinate representation of color #311B16: hue angle of 11.11º 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 #311B16 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 27 | 22 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.81 |
| HSL | 11.11º | 0.38% | 0.14% | - |
| HSV(B) | 11.11º | 0.55% | 0.19% | - |
| XYZ | 1.8 | 1.49 | 0.95 | - |
| YUV | 33.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 22 | 0 | 0.45 | 0.55 | 0.81 | 11.11 | 0.38 | 0.14 |
| Hex | 31 | 1B | 16 | 0 | 2D | 37 | 51 | B | 26 | E |
| Octal | 61 | 33 | 26 | 0 | 55 | 67 | 121 | 13 | 46 | 16 |
| Binary | 110001 | 11011 | 10110 | 0 | 101101 | 110111 | 1010001 | 1011 | 100110 | 1110 |
Color Harmonies of #311B16
Complementary color
Monochromatic Colors of #311B16
Black with #311B16
Text Example
Text Example
White with #311B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B16; }
p { color: rgb(49,27,22); }
H1.HeaderClassName
{
color: #311B16;
}
.AnyTagClassName
{
color: #311B16;
}
</style>
background-color css
<style>
a { background-color: #311B16; }
a { background-color: rgb(49,27,22); }
div.DivClassName
{
background-color: #311B16;
}
.BgClassName
{
background-color: #311B16;
}
</style>
border-color css
<style>
span { border-color: #311B16; }
span { border-color: rgb(49,27,22); }
td.TdClassName
{
border-color: #311B16;
}
.TagClassName
{
border-color: #311B16;
}
</style>