Shades of Brown Pod #311D15
Tints of Brown Pod #311D15
RGB
CMYK
RGB Variations
Color information
#311D15 (or 0x311D15) is known color: Brown Pod. HEX triplet: 31, 1D and 15. RGB value is (49,29,21). Sum of RGB (Red+Green+Blue) = 49+29+21=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #311D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D15 is #CEE2EA. Grayscale: #222222. Windows color (decimal): -13558507 or 1383729. OLE color: 1383729.
HSL color Cylindrical-coordinate representation of color #311D15: hue angle of 17.14º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #311D15 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 29 | 21 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.81 |
| HSL | 17.14º | 0.4% | 0.14% | - |
| HSV(B) | 17.14º | 0.57% | 0.19% | - |
| XYZ | 1.84 | 1.59 | 0.92 | - |
| YUV | 34.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 21 | 0 | 0.41 | 0.57 | 0.81 | 17.14 | 0.4 | 0.14 |
| Hex | 31 | 1D | 15 | 0 | 29 | 39 | 51 | 11 | 28 | E |
| Octal | 61 | 35 | 25 | 0 | 51 | 71 | 121 | 21 | 50 | 16 |
| Binary | 110001 | 11101 | 10101 | 0 | 101001 | 111001 | 1010001 | 10001 | 101000 | 1110 |
Color Harmonies of #311D15
Complementary color
Monochromatic Colors of #311D15
Black with #311D15
Text Example
Text Example
White with #311D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D15; }
p { color: rgb(49,29,21); }
H1.HeaderClassName
{
color: #311D15;
}
.AnyTagClassName
{
color: #311D15;
}
</style>
background-color css
<style>
a { background-color: #311D15; }
a { background-color: rgb(49,29,21); }
div.DivClassName
{
background-color: #311D15;
}
.BgClassName
{
background-color: #311D15;
}
</style>
border-color css
<style>
span { border-color: #311D15; }
span { border-color: rgb(49,29,21); }
td.TdClassName
{
border-color: #311D15;
}
.TagClassName
{
border-color: #311D15;
}
</style>