Shades of Brown Pod #31160B
Tints of Brown Pod #31160B
RGB
CMYK
RGB Variations
Color information
#31160B (or 0x31160B) is known color: Brown Pod. HEX triplet: 31, 16 and 0B. RGB value is (49,22,11). Sum of RGB (Red+Green+Blue) = 49+22+11=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #31160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31160B is #CEE9F4. Grayscale: #1C1C1C. Windows color (decimal): -13560309 or 726577. OLE color: 726577.
HSL color Cylindrical-coordinate representation of color #31160B: hue angle of 17.37º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31160B is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 22 | 11 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.81 |
| HSL | 17.37º | 0.63% | 0.12% | - |
| HSV(B) | 17.37º | 0.78% | 0.19% | - |
| XYZ | 1.61 | 1.25 | 0.47 | - |
| YUV | 28.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 22 | 11 | 0 | 0.55 | 0.78 | 0.81 | 17.37 | 0.63 | 0.12 |
| Hex | 31 | 16 | B | 0 | 37 | 4E | 51 | 11 | 3F | C |
| Octal | 61 | 26 | 13 | 0 | 67 | 116 | 121 | 21 | 77 | 14 |
| Binary | 110001 | 10110 | 1011 | 0 | 110111 | 1001110 | 1010001 | 10001 | 111111 | 1100 |
Color Harmonies of #31160B
Complementary color
Monochromatic Colors of #31160B
Black with #31160B
Text Example
Text Example
White with #31160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31160B; }
p { color: rgb(49,22,11); }
H1.HeaderClassName
{
color: #31160B;
}
.AnyTagClassName
{
color: #31160B;
}
</style>
background-color css
<style>
a { background-color: #31160B; }
a { background-color: rgb(49,22,11); }
div.DivClassName
{
background-color: #31160B;
}
.BgClassName
{
background-color: #31160B;
}
</style>
border-color css
<style>
span { border-color: #31160B; }
span { border-color: rgb(49,22,11); }
td.TdClassName
{
border-color: #31160B;
}
.TagClassName
{
border-color: #31160B;
}
</style>