Shades of Brown Pod #311304
Tints of Brown Pod #311304
RGB
CMYK
RGB Variations
Color information
#311304 (or 0x311304) is known color: Brown Pod. HEX triplet: 31, 13 and 04. RGB value is (49,19,4). Sum of RGB (Red+Green+Blue) = 49+19+4=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #311304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311304 is #CEECFB. Grayscale: #1A1A1A. Windows color (decimal): -13561084 or 267057. OLE color: 267057.
HSL color Cylindrical-coordinate representation of color #311304: hue angle of 20º 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 #311304 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 19 | 4 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.81 |
| HSL | 20º | 0.85% | 0.1% | - |
| HSV(B) | 20º | 0.92% | 0.19% | - |
| XYZ | 1.52 | 1.13 | 0.25 | - |
| YUV | 26.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 4 | 0 | 0.61 | 0.92 | 0.81 | 20 | 0.85 | 0.1 |
| Hex | 31 | 13 | 4 | 0 | 3D | 5C | 51 | 14 | 55 | A |
| Octal | 61 | 23 | 4 | 0 | 75 | 134 | 121 | 24 | 125 | 12 |
| Binary | 110001 | 10011 | 100 | 0 | 111101 | 1011100 | 1010001 | 10100 | 1010101 | 1010 |
Color Harmonies of #311304
Complementary color
Monochromatic Colors of #311304
Black with #311304
Text Example
Text Example
White with #311304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311304; }
p { color: rgb(49,19,4); }
H1.HeaderClassName
{
color: #311304;
}
.AnyTagClassName
{
color: #311304;
}
</style>
background-color css
<style>
a { background-color: #311304; }
a { background-color: rgb(49,19,4); }
div.DivClassName
{
background-color: #311304;
}
.BgClassName
{
background-color: #311304;
}
</style>
border-color css
<style>
span { border-color: #311304; }
span { border-color: rgb(49,19,4); }
td.TdClassName
{
border-color: #311304;
}
.TagClassName
{
border-color: #311304;
}
</style>