Shades of Brown Pod #311405
Tints of Brown Pod #311405
RGB
CMYK
RGB Variations
Color information
#311405 (or 0x311405) is known color: Brown Pod. HEX triplet: 31, 14 and 05. RGB value is (49,20,5). Sum of RGB (Red+Green+Blue) = 49+20+5=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #311405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311405 is #CEEBFA. Grayscale: #1B1B1B. Windows color (decimal): -13560827 or 332849. OLE color: 332849.
HSL color Cylindrical-coordinate representation of color #311405: hue angle of 20.45º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #311405 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 20 | 5 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.81 |
| HSL | 20.45º | 0.81% | 0.11% | - |
| HSV(B) | 20.45º | 0.9% | 0.19% | - |
| XYZ | 1.54 | 1.16 | 0.29 | - |
| YUV | 26.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 5 | 0 | 0.59 | 0.90 | 0.81 | 20.45 | 0.81 | 0.11 |
| Hex | 31 | 14 | 5 | 0 | 3B | 5A | 51 | 14 | 51 | B |
| Octal | 61 | 24 | 5 | 0 | 73 | 132 | 121 | 24 | 121 | 13 |
| Binary | 110001 | 10100 | 101 | 0 | 111011 | 1011010 | 1010001 | 10100 | 1010001 | 1011 |
Color Harmonies of #311405
Complementary color
Monochromatic Colors of #311405
Black with #311405
Text Example
Text Example
White with #311405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311405; }
p { color: rgb(49,20,5); }
H1.HeaderClassName
{
color: #311405;
}
.AnyTagClassName
{
color: #311405;
}
</style>
background-color css
<style>
a { background-color: #311405; }
a { background-color: rgb(49,20,5); }
div.DivClassName
{
background-color: #311405;
}
.BgClassName
{
background-color: #311405;
}
</style>
border-color css
<style>
span { border-color: #311405; }
span { border-color: rgb(49,20,5); }
td.TdClassName
{
border-color: #311405;
}
.TagClassName
{
border-color: #311405;
}
</style>