Shades of Brown Pod #311A12
Tints of Brown Pod #311A12
RGB
CMYK
RGB Variations
Color information
#311A12 (or 0x311A12) is known color: Brown Pod. HEX triplet: 31, 1A and 12. RGB value is (49,26,18). Sum of RGB (Red+Green+Blue) = 49+26+18=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #311A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A12 is #CEE5ED. Grayscale: #202020. Windows color (decimal): -13559278 or 1186353. OLE color: 1186353.
HSL color Cylindrical-coordinate representation of color #311A12: hue angle of 15.48º 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 #311A12 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 26 | 18 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.81 |
| HSL | 15.48º | 0.46% | 0.13% | - |
| HSV(B) | 15.48º | 0.63% | 0.19% | - |
| XYZ | 1.75 | 1.44 | 0.76 | - |
| YUV | 31.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 18 | 0 | 0.47 | 0.63 | 0.81 | 15.48 | 0.46 | 0.13 |
| Hex | 31 | 1A | 12 | 0 | 2F | 3F | 51 | F | 2E | D |
| Octal | 61 | 32 | 22 | 0 | 57 | 77 | 121 | 17 | 56 | 15 |
| Binary | 110001 | 11010 | 10010 | 0 | 101111 | 111111 | 1010001 | 1111 | 101110 | 1101 |
Color Harmonies of #311A12
Complementary color
Monochromatic Colors of #311A12
Black with #311A12
Text Example
Text Example
White with #311A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A12; }
p { color: rgb(49,26,18); }
H1.HeaderClassName
{
color: #311A12;
}
.AnyTagClassName
{
color: #311A12;
}
</style>
background-color css
<style>
a { background-color: #311A12; }
a { background-color: rgb(49,26,18); }
div.DivClassName
{
background-color: #311A12;
}
.BgClassName
{
background-color: #311A12;
}
</style>
border-color css
<style>
span { border-color: #311A12; }
span { border-color: rgb(49,26,18); }
td.TdClassName
{
border-color: #311A12;
}
.TagClassName
{
border-color: #311A12;
}
</style>