Shades of Brown Pod #311D12
Tints of Brown Pod #311D12
RGB
CMYK
RGB Variations
Color information
#311D12 (or 0x311D12) is known color: Brown Pod. HEX triplet: 31, 1D and 12. RGB value is (49,29,18). Sum of RGB (Red+Green+Blue) = 49+29+18=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #311D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D12 is #CEE2ED. Grayscale: #212121. Windows color (decimal): -13558510 or 1187121. OLE color: 1187121.
HSL color Cylindrical-coordinate representation of color #311D12: hue angle of 21.29º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311D12 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 29 | 18 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.81 |
| HSL | 21.29º | 0.46% | 0.13% | - |
| HSV(B) | 21.29º | 0.63% | 0.19% | - |
| XYZ | 1.82 | 1.58 | 0.78 | - |
| YUV | 33.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 18 | 0 | 0.41 | 0.63 | 0.81 | 21.29 | 0.46 | 0.13 |
| Hex | 31 | 1D | 12 | 0 | 29 | 3F | 51 | 15 | 2E | D |
| Octal | 61 | 35 | 22 | 0 | 51 | 77 | 121 | 25 | 56 | 15 |
| Binary | 110001 | 11101 | 10010 | 0 | 101001 | 111111 | 1010001 | 10101 | 101110 | 1101 |
Color Harmonies of #311D12
Complementary color
Monochromatic Colors of #311D12
Black with #311D12
Text Example
Text Example
White with #311D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D12; }
p { color: rgb(49,29,18); }
H1.HeaderClassName
{
color: #311D12;
}
.AnyTagClassName
{
color: #311D12;
}
</style>
background-color css
<style>
a { background-color: #311D12; }
a { background-color: rgb(49,29,18); }
div.DivClassName
{
background-color: #311D12;
}
.BgClassName
{
background-color: #311D12;
}
</style>
border-color css
<style>
span { border-color: #311D12; }
span { border-color: rgb(49,29,18); }
td.TdClassName
{
border-color: #311D12;
}
.TagClassName
{
border-color: #311D12;
}
</style>