Shades of Brown Pod #31190C
Tints of Brown Pod #31190C
RGB
CMYK
RGB Variations
Color information
#31190C (or 0x31190C) is known color: Brown Pod. HEX triplet: 31, 19 and 0C. RGB value is (49,25,12). Sum of RGB (Red+Green+Blue) = 49+25+12=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #31190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31190C is #CEE6F3. Grayscale: #1E1E1E. Windows color (decimal): -13559540 or 792881. OLE color: 792881.
HSL color Cylindrical-coordinate representation of color #31190C: hue angle of 21.08º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31190C is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 25 | 12 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.81 |
| HSL | 21.08º | 0.61% | 0.12% | - |
| HSV(B) | 21.08º | 0.76% | 0.19% | - |
| XYZ | 1.68 | 1.37 | 0.52 | - |
| YUV | 30.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 12 | 0 | 0.49 | 0.76 | 0.81 | 21.08 | 0.61 | 0.12 |
| Hex | 31 | 19 | C | 0 | 31 | 4C | 51 | 15 | 3D | C |
| Octal | 61 | 31 | 14 | 0 | 61 | 114 | 121 | 25 | 75 | 14 |
| Binary | 110001 | 11001 | 1100 | 0 | 110001 | 1001100 | 1010001 | 10101 | 111101 | 1100 |
Color Harmonies of #31190C
Complementary color
Monochromatic Colors of #31190C
Black with #31190C
Text Example
Text Example
White with #31190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31190C; }
p { color: rgb(49,25,12); }
H1.HeaderClassName
{
color: #31190C;
}
.AnyTagClassName
{
color: #31190C;
}
</style>
background-color css
<style>
a { background-color: #31190C; }
a { background-color: rgb(49,25,12); }
div.DivClassName
{
background-color: #31190C;
}
.BgClassName
{
background-color: #31190C;
}
</style>
border-color css
<style>
span { border-color: #31190C; }
span { border-color: rgb(49,25,12); }
td.TdClassName
{
border-color: #31190C;
}
.TagClassName
{
border-color: #31190C;
}
</style>