Shades of Brown Pod #311A0E
Tints of Brown Pod #311A0E
RGB
CMYK
RGB Variations
Color information
#311A0E (or 0x311A0E) is known color: Brown Pod. HEX triplet: 31, 1A and 0E. RGB value is (49,26,14). Sum of RGB (Red+Green+Blue) = 49+26+14=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #311A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A0E is #CEE5F1. Grayscale: #1F1F1F. Windows color (decimal): -13559282 or 924209. OLE color: 924209.
HSL color Cylindrical-coordinate representation of color #311A0E: hue angle of 20.57º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #311A0E is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 26 | 14 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.81 |
| HSL | 20.57º | 0.56% | 0.12% | - |
| HSV(B) | 20.57º | 0.71% | 0.19% | - |
| XYZ | 1.72 | 1.42 | 0.6 | - |
| YUV | 31.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 14 | 0 | 0.47 | 0.71 | 0.81 | 20.57 | 0.56 | 0.12 |
| Hex | 31 | 1A | E | 0 | 2F | 47 | 51 | 15 | 38 | C |
| Octal | 61 | 32 | 16 | 0 | 57 | 107 | 121 | 25 | 70 | 14 |
| Binary | 110001 | 11010 | 1110 | 0 | 101111 | 1000111 | 1010001 | 10101 | 111000 | 1100 |
Color Harmonies of #311A0E
Complementary color
Monochromatic Colors of #311A0E
Black with #311A0E
Text Example
Text Example
White with #311A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A0E; }
p { color: rgb(49,26,14); }
H1.HeaderClassName
{
color: #311A0E;
}
.AnyTagClassName
{
color: #311A0E;
}
</style>
background-color css
<style>
a { background-color: #311A0E; }
a { background-color: rgb(49,26,14); }
div.DivClassName
{
background-color: #311A0E;
}
.BgClassName
{
background-color: #311A0E;
}
</style>
border-color css
<style>
span { border-color: #311A0E; }
span { border-color: rgb(49,26,14); }
td.TdClassName
{
border-color: #311A0E;
}
.TagClassName
{
border-color: #311A0E;
}
</style>