Shades of Brown Pod #31160A
Tints of Brown Pod #31160A
RGB
CMYK
RGB Variations
Color information
#31160A (or 0x31160A) is known color: Brown Pod. HEX triplet: 31, 16 and 0A. RGB value is (49,22,10). Sum of RGB (Red+Green+Blue) = 49+22+10=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #31160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31160A is #CEE9F5. Grayscale: #1C1C1C. Windows color (decimal): -13560310 or 661041. OLE color: 661041.
HSL color Cylindrical-coordinate representation of color #31160A: hue angle of 18.46º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31160A is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 22 | 10 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.81 |
| HSL | 18.46º | 0.66% | 0.12% | - |
| HSV(B) | 18.46º | 0.8% | 0.19% | - |
| XYZ | 1.61 | 1.25 | 0.44 | - |
| YUV | 28.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 22 | 10 | 0 | 0.55 | 0.80 | 0.81 | 18.46 | 0.66 | 0.12 |
| Hex | 31 | 16 | A | 0 | 37 | 50 | 51 | 12 | 42 | C |
| Octal | 61 | 26 | 12 | 0 | 67 | 120 | 121 | 22 | 102 | 14 |
| Binary | 110001 | 10110 | 1010 | 0 | 110111 | 1010000 | 1010001 | 10010 | 1000010 | 1100 |
Color Harmonies of #31160A
Complementary color
Monochromatic Colors of #31160A
Black with #31160A
Text Example
Text Example
White with #31160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31160A; }
p { color: rgb(49,22,10); }
H1.HeaderClassName
{
color: #31160A;
}
.AnyTagClassName
{
color: #31160A;
}
</style>
background-color css
<style>
a { background-color: #31160A; }
a { background-color: rgb(49,22,10); }
div.DivClassName
{
background-color: #31160A;
}
.BgClassName
{
background-color: #31160A;
}
</style>
border-color css
<style>
span { border-color: #31160A; }
span { border-color: rgb(49,22,10); }
td.TdClassName
{
border-color: #31160A;
}
.TagClassName
{
border-color: #31160A;
}
</style>