Shades of Brown Pod #31180B
Tints of Brown Pod #31180B
RGB
CMYK
RGB Variations
Color information
#31180B (or 0x31180B) is known color: Brown Pod. HEX triplet: 31, 18 and 0B. RGB value is (49,24,11). Sum of RGB (Red+Green+Blue) = 49+24+11=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #31180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31180B is #CEE7F4. Grayscale: #1E1E1E. Windows color (decimal): -13559797 or 727089. OLE color: 727089.
HSL color Cylindrical-coordinate representation of color #31180B: hue angle of 20.53º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31180B is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 24 | 11 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.81 |
| HSL | 20.53º | 0.63% | 0.12% | - |
| HSV(B) | 20.53º | 0.78% | 0.19% | - |
| XYZ | 1.65 | 1.33 | 0.49 | - |
| YUV | 29.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 11 | 0 | 0.51 | 0.78 | 0.81 | 20.53 | 0.63 | 0.12 |
| Hex | 31 | 18 | B | 0 | 33 | 4E | 51 | 15 | 3F | C |
| Octal | 61 | 30 | 13 | 0 | 63 | 116 | 121 | 25 | 77 | 14 |
| Binary | 110001 | 11000 | 1011 | 0 | 110011 | 1001110 | 1010001 | 10101 | 111111 | 1100 |
Color Harmonies of #31180B
Complementary color
Monochromatic Colors of #31180B
Black with #31180B
Text Example
Text Example
White with #31180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31180B; }
p { color: rgb(49,24,11); }
H1.HeaderClassName
{
color: #31180B;
}
.AnyTagClassName
{
color: #31180B;
}
</style>
background-color css
<style>
a { background-color: #31180B; }
a { background-color: rgb(49,24,11); }
div.DivClassName
{
background-color: #31180B;
}
.BgClassName
{
background-color: #31180B;
}
</style>
border-color css
<style>
span { border-color: #31180B; }
span { border-color: rgb(49,24,11); }
td.TdClassName
{
border-color: #31180B;
}
.TagClassName
{
border-color: #31180B;
}
</style>