Shades of Brown Pod #311D13
Tints of Brown Pod #311D13
RGB
CMYK
RGB Variations
Color information
#311D13 (or 0x311D13) is known color: Brown Pod. HEX triplet: 31, 1D and 13. RGB value is (49,29,19). Sum of RGB (Red+Green+Blue) = 49+29+19=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #311D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D13 is #CEE2EC. Grayscale: #212121. Windows color (decimal): -13558509 or 1252657. OLE color: 1252657.
HSL color Cylindrical-coordinate representation of color #311D13: hue angle of 20º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311D13 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 29 | 19 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.81 |
| HSL | 20º | 0.44% | 0.13% | - |
| HSV(B) | 20º | 0.61% | 0.19% | - |
| XYZ | 1.82 | 1.58 | 0.82 | - |
| YUV | 33.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 19 | 0 | 0.41 | 0.61 | 0.81 | 20 | 0.44 | 0.13 |
| Hex | 31 | 1D | 13 | 0 | 29 | 3D | 51 | 14 | 2C | D |
| Octal | 61 | 35 | 23 | 0 | 51 | 75 | 121 | 24 | 54 | 15 |
| Binary | 110001 | 11101 | 10011 | 0 | 101001 | 111101 | 1010001 | 10100 | 101100 | 1101 |
Color Harmonies of #311D13
Complementary color
Monochromatic Colors of #311D13
Black with #311D13
Text Example
Text Example
White with #311D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D13; }
p { color: rgb(49,29,19); }
H1.HeaderClassName
{
color: #311D13;
}
.AnyTagClassName
{
color: #311D13;
}
</style>
background-color css
<style>
a { background-color: #311D13; }
a { background-color: rgb(49,29,19); }
div.DivClassName
{
background-color: #311D13;
}
.BgClassName
{
background-color: #311D13;
}
</style>
border-color css
<style>
span { border-color: #311D13; }
span { border-color: rgb(49,29,19); }
td.TdClassName
{
border-color: #311D13;
}
.TagClassName
{
border-color: #311D13;
}
</style>