Shades of Brown Pod #311B10
Tints of Brown Pod #311B10
RGB
CMYK
RGB Variations
Color information
#311B10 (or 0x311B10) is known color: Brown Pod. HEX triplet: 31, 1B and 10. RGB value is (49,27,16). Sum of RGB (Red+Green+Blue) = 49+27+16=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B10 is #CEE4EF. Grayscale: #202020. Windows color (decimal): -13559024 or 1055537. OLE color: 1055537.
HSL color Cylindrical-coordinate representation of color #311B10: hue angle of 20º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311B10 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 27 | 16 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.81 |
| HSL | 20º | 0.51% | 0.13% | - |
| HSV(B) | 20º | 0.67% | 0.19% | - |
| XYZ | 1.75 | 1.47 | 0.68 | - |
| YUV | 32.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 16 | 0 | 0.45 | 0.67 | 0.81 | 20 | 0.51 | 0.13 |
| Hex | 31 | 1B | 10 | 0 | 2D | 43 | 51 | 14 | 33 | D |
| Octal | 61 | 33 | 20 | 0 | 55 | 103 | 121 | 24 | 63 | 15 |
| Binary | 110001 | 11011 | 10000 | 0 | 101101 | 1000011 | 1010001 | 10100 | 110011 | 1101 |
Color Harmonies of #311B10
Complementary color
Monochromatic Colors of #311B10
Black with #311B10
Text Example
Text Example
White with #311B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B10; }
p { color: rgb(49,27,16); }
H1.HeaderClassName
{
color: #311B10;
}
.AnyTagClassName
{
color: #311B10;
}
</style>
background-color css
<style>
a { background-color: #311B10; }
a { background-color: rgb(49,27,16); }
div.DivClassName
{
background-color: #311B10;
}
.BgClassName
{
background-color: #311B10;
}
</style>
border-color css
<style>
span { border-color: #311B10; }
span { border-color: rgb(49,27,16); }
td.TdClassName
{
border-color: #311B10;
}
.TagClassName
{
border-color: #311B10;
}
</style>