Shades of Brown Pod #311704
Tints of Brown Pod #311704
RGB
CMYK
RGB Variations
Color information
#311704 (or 0x311704) is known color: Brown Pod. HEX triplet: 31, 17 and 04. RGB value is (49,23,4). Sum of RGB (Red+Green+Blue) = 49+23+4=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #311704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311704 is #CEE8FB. Grayscale: #1C1C1C. Windows color (decimal): -13560060 or 268081. OLE color: 268081.
HSL color Cylindrical-coordinate representation of color #311704: hue angle of 25.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #311704 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 23 | 4 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.81 |
| HSL | 25.33º | 0.85% | 0.1% | - |
| HSV(B) | 25.33º | 0.92% | 0.19% | - |
| XYZ | 1.59 | 1.27 | 0.28 | - |
| YUV | 28.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 4 | 0 | 0.53 | 0.92 | 0.81 | 25.33 | 0.85 | 0.1 |
| Hex | 31 | 17 | 4 | 0 | 35 | 5C | 51 | 19 | 55 | A |
| Octal | 61 | 27 | 4 | 0 | 65 | 134 | 121 | 31 | 125 | 12 |
| Binary | 110001 | 10111 | 100 | 0 | 110101 | 1011100 | 1010001 | 11001 | 1010101 | 1010 |
Color Harmonies of #311704
Complementary color
Monochromatic Colors of #311704
Black with #311704
Text Example
Text Example
White with #311704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311704; }
p { color: rgb(49,23,4); }
H1.HeaderClassName
{
color: #311704;
}
.AnyTagClassName
{
color: #311704;
}
</style>
background-color css
<style>
a { background-color: #311704; }
a { background-color: rgb(49,23,4); }
div.DivClassName
{
background-color: #311704;
}
.BgClassName
{
background-color: #311704;
}
</style>
border-color css
<style>
span { border-color: #311704; }
span { border-color: rgb(49,23,4); }
td.TdClassName
{
border-color: #311704;
}
.TagClassName
{
border-color: #311704;
}
</style>