Shades of Brown Pod #311B12
Tints of Brown Pod #311B12
RGB
CMYK
RGB Variations
Color information
#311B12 (or 0x311B12) is known color: Brown Pod. HEX triplet: 31, 1B and 12. RGB value is (49,27,18). Sum of RGB (Red+Green+Blue) = 49+27+18=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #311B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B12 is #CEE4ED. Grayscale: #202020. Windows color (decimal): -13559022 or 1186609. OLE color: 1186609.
HSL color Cylindrical-coordinate representation of color #311B12: hue angle of 17.42º 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 #311B12 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 27 | 18 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.81 |
| HSL | 17.42º | 0.46% | 0.13% | - |
| HSV(B) | 17.42º | 0.63% | 0.19% | - |
| XYZ | 1.77 | 1.48 | 0.76 | - |
| YUV | 32.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 18 | 0 | 0.45 | 0.63 | 0.81 | 17.42 | 0.46 | 0.13 |
| Hex | 31 | 1B | 12 | 0 | 2D | 3F | 51 | 11 | 2E | D |
| Octal | 61 | 33 | 22 | 0 | 55 | 77 | 121 | 21 | 56 | 15 |
| Binary | 110001 | 11011 | 10010 | 0 | 101101 | 111111 | 1010001 | 10001 | 101110 | 1101 |
Color Harmonies of #311B12
Complementary color
Monochromatic Colors of #311B12
Black with #311B12
Text Example
Text Example
White with #311B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B12; }
p { color: rgb(49,27,18); }
H1.HeaderClassName
{
color: #311B12;
}
.AnyTagClassName
{
color: #311B12;
}
</style>
background-color css
<style>
a { background-color: #311B12; }
a { background-color: rgb(49,27,18); }
div.DivClassName
{
background-color: #311B12;
}
.BgClassName
{
background-color: #311B12;
}
</style>
border-color css
<style>
span { border-color: #311B12; }
span { border-color: rgb(49,27,18); }
td.TdClassName
{
border-color: #311B12;
}
.TagClassName
{
border-color: #311B12;
}
</style>