Shades of Brown Pod #311709
Tints of Brown Pod #311709
RGB
CMYK
RGB Variations
Color information
#311709 (or 0x311709) is known color: Brown Pod. HEX triplet: 31, 17 and 09. RGB value is (49,23,9). Sum of RGB (Red+Green+Blue) = 49+23+9=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #311709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311709 is #CEE8F6. Grayscale: #1D1D1D. Windows color (decimal): -13560055 or 595761. OLE color: 595761.
HSL color Cylindrical-coordinate representation of color #311709: hue angle of 21º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311709 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 23 | 9 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.81 |
| HSL | 21º | 0.69% | 0.11% | - |
| HSV(B) | 21º | 0.82% | 0.19% | - |
| XYZ | 1.62 | 1.29 | 0.42 | - |
| YUV | 29.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 9 | 0 | 0.53 | 0.82 | 0.81 | 21 | 0.69 | 0.11 |
| Hex | 31 | 17 | 9 | 0 | 35 | 52 | 51 | 15 | 45 | B |
| Octal | 61 | 27 | 11 | 0 | 65 | 122 | 121 | 25 | 105 | 13 |
| Binary | 110001 | 10111 | 1001 | 0 | 110101 | 1010010 | 1010001 | 10101 | 1000101 | 1011 |
Color Harmonies of #311709
Complementary color
Monochromatic Colors of #311709
Black with #311709
Text Example
Text Example
White with #311709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311709; }
p { color: rgb(49,23,9); }
H1.HeaderClassName
{
color: #311709;
}
.AnyTagClassName
{
color: #311709;
}
</style>
background-color css
<style>
a { background-color: #311709; }
a { background-color: rgb(49,23,9); }
div.DivClassName
{
background-color: #311709;
}
.BgClassName
{
background-color: #311709;
}
</style>
border-color css
<style>
span { border-color: #311709; }
span { border-color: rgb(49,23,9); }
td.TdClassName
{
border-color: #311709;
}
.TagClassName
{
border-color: #311709;
}
</style>