Shades of Brown Pod #311D17
Tints of Brown Pod #311D17
RGB
CMYK
RGB Variations
Color information
#311D17 (or 0x311D17) is known color: Brown Pod. HEX triplet: 31, 1D and 17. RGB value is (49,29,23). Sum of RGB (Red+Green+Blue) = 49+29+23=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #311D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D17 is #CEE2E8. Grayscale: #222222. Windows color (decimal): -13558505 or 1514801. OLE color: 1514801.
HSL color Cylindrical-coordinate representation of color #311D17: hue angle of 13.85º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #311D17 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 29 | 23 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.81 |
| HSL | 13.85º | 0.36% | 0.14% | - |
| HSV(B) | 13.85º | 0.53% | 0.19% | - |
| XYZ | 1.86 | 1.59 | 1.02 | - |
| YUV | 34.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 23 | 0 | 0.41 | 0.53 | 0.81 | 13.85 | 0.36 | 0.14 |
| Hex | 31 | 1D | 17 | 0 | 29 | 35 | 51 | E | 24 | E |
| Octal | 61 | 35 | 27 | 0 | 51 | 65 | 121 | 16 | 44 | 16 |
| Binary | 110001 | 11101 | 10111 | 0 | 101001 | 110101 | 1010001 | 1110 | 100100 | 1110 |
Color Harmonies of #311D17
Complementary color
Monochromatic Colors of #311D17
Black with #311D17
Text Example
Text Example
White with #311D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D17; }
p { color: rgb(49,29,23); }
H1.HeaderClassName
{
color: #311D17;
}
.AnyTagClassName
{
color: #311D17;
}
</style>
background-color css
<style>
a { background-color: #311D17; }
a { background-color: rgb(49,29,23); }
div.DivClassName
{
background-color: #311D17;
}
.BgClassName
{
background-color: #311D17;
}
</style>
border-color css
<style>
span { border-color: #311D17; }
span { border-color: rgb(49,29,23); }
td.TdClassName
{
border-color: #311D17;
}
.TagClassName
{
border-color: #311D17;
}
</style>