Shades of Brown Pod #31180C
Tints of Brown Pod #31180C
RGB
CMYK
RGB Variations
Color information
#31180C (or 0x31180C) is known color: Brown Pod. HEX triplet: 31, 18 and 0C. RGB value is (49,24,12). Sum of RGB (Red+Green+Blue) = 49+24+12=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #31180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31180C is #CEE7F3. Grayscale: #1E1E1E. Windows color (decimal): -13559796 or 792625. OLE color: 792625.
HSL color Cylindrical-coordinate representation of color #31180C: hue angle of 19.46º 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 #31180C is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 24 | 12 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.81 |
| HSL | 19.46º | 0.61% | 0.12% | - |
| HSV(B) | 19.46º | 0.76% | 0.19% | - |
| XYZ | 1.66 | 1.33 | 0.52 | - |
| YUV | 30.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 12 | 0 | 0.51 | 0.76 | 0.81 | 19.46 | 0.61 | 0.12 |
| Hex | 31 | 18 | C | 0 | 33 | 4C | 51 | 13 | 3D | C |
| Octal | 61 | 30 | 14 | 0 | 63 | 114 | 121 | 23 | 75 | 14 |
| Binary | 110001 | 11000 | 1100 | 0 | 110011 | 1001100 | 1010001 | 10011 | 111101 | 1100 |
Color Harmonies of #31180C
Complementary color
Monochromatic Colors of #31180C
Black with #31180C
Text Example
Text Example
White with #31180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31180C; }
p { color: rgb(49,24,12); }
H1.HeaderClassName
{
color: #31180C;
}
.AnyTagClassName
{
color: #31180C;
}
</style>
background-color css
<style>
a { background-color: #31180C; }
a { background-color: rgb(49,24,12); }
div.DivClassName
{
background-color: #31180C;
}
.BgClassName
{
background-color: #31180C;
}
</style>
border-color css
<style>
span { border-color: #31180C; }
span { border-color: rgb(49,24,12); }
td.TdClassName
{
border-color: #31180C;
}
.TagClassName
{
border-color: #31180C;
}
</style>