Shades of Brown Pod #311A10
Tints of Brown Pod #311A10
RGB
CMYK
RGB Variations
Color information
#311A10 (or 0x311A10) is known color: Brown Pod. HEX triplet: 31, 1A and 10. RGB value is (49,26,16). Sum of RGB (Red+Green+Blue) = 49+26+16=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #311A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A10 is #CEE5EF. Grayscale: #1F1F1F. Windows color (decimal): -13559280 or 1055281. OLE color: 1055281.
HSL color Cylindrical-coordinate representation of color #311A10: hue angle of 18.18º 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 #311A10 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 26 | 16 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.81 |
| HSL | 18.18º | 0.51% | 0.13% | - |
| HSV(B) | 18.18º | 0.67% | 0.19% | - |
| XYZ | 1.73 | 1.43 | 0.67 | - |
| YUV | 31.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 16 | 0 | 0.47 | 0.67 | 0.81 | 18.18 | 0.51 | 0.13 |
| Hex | 31 | 1A | 10 | 0 | 2F | 43 | 51 | 12 | 33 | D |
| Octal | 61 | 32 | 20 | 0 | 57 | 103 | 121 | 22 | 63 | 15 |
| Binary | 110001 | 11010 | 10000 | 0 | 101111 | 1000011 | 1010001 | 10010 | 110011 | 1101 |
Color Harmonies of #311A10
Complementary color
Monochromatic Colors of #311A10
Black with #311A10
Text Example
Text Example
White with #311A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A10; }
p { color: rgb(49,26,16); }
H1.HeaderClassName
{
color: #311A10;
}
.AnyTagClassName
{
color: #311A10;
}
</style>
background-color css
<style>
a { background-color: #311A10; }
a { background-color: rgb(49,26,16); }
div.DivClassName
{
background-color: #311A10;
}
.BgClassName
{
background-color: #311A10;
}
</style>
border-color css
<style>
span { border-color: #311A10; }
span { border-color: rgb(49,26,16); }
td.TdClassName
{
border-color: #311A10;
}
.TagClassName
{
border-color: #311A10;
}
</style>