Shades of Brown Pod #31170E
Tints of Brown Pod #31170E
RGB
CMYK
RGB Variations
Color information
#31170E (or 0x31170E) is known color: Brown Pod. HEX triplet: 31, 17 and 0E. RGB value is (49,23,14). Sum of RGB (Red+Green+Blue) = 49+23+14=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #31170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31170E is #CEE8F1. Grayscale: #1D1D1D. Windows color (decimal): -13560050 or 923441. OLE color: 923441.
HSL color Cylindrical-coordinate representation of color #31170E: hue angle of 15.43º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31170E is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 23 | 14 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.81 |
| HSL | 15.43º | 0.56% | 0.12% | - |
| HSV(B) | 15.43º | 0.71% | 0.19% | - |
| XYZ | 1.65 | 1.3 | 0.58 | - |
| YUV | 29.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 14 | 0 | 0.53 | 0.71 | 0.81 | 15.43 | 0.56 | 0.12 |
| Hex | 31 | 17 | E | 0 | 35 | 47 | 51 | F | 38 | C |
| Octal | 61 | 27 | 16 | 0 | 65 | 107 | 121 | 17 | 70 | 14 |
| Binary | 110001 | 10111 | 1110 | 0 | 110101 | 1000111 | 1010001 | 1111 | 111000 | 1100 |
Color Harmonies of #31170E
Complementary color
Monochromatic Colors of #31170E
Black with #31170E
Text Example
Text Example
White with #31170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31170E; }
p { color: rgb(49,23,14); }
H1.HeaderClassName
{
color: #31170E;
}
.AnyTagClassName
{
color: #31170E;
}
</style>
background-color css
<style>
a { background-color: #31170E; }
a { background-color: rgb(49,23,14); }
div.DivClassName
{
background-color: #31170E;
}
.BgClassName
{
background-color: #31170E;
}
</style>
border-color css
<style>
span { border-color: #31170E; }
span { border-color: rgb(49,23,14); }
td.TdClassName
{
border-color: #31170E;
}
.TagClassName
{
border-color: #31170E;
}
</style>