Shades of Brown Pod #391F11
Tints of Brown Pod #391F11
RGB
CMYK
RGB Variations
Color information
#391F11 (or 0x391F11) is known color: Brown Pod. HEX triplet: 39, 1F and 11. RGB value is (57,31,17). Sum of RGB (Red+Green+Blue) = 57+31+17=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #391F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F11 is #C6E0EE. Grayscale: #252525. Windows color (decimal): -13033711 or 1122105. OLE color: 1122105.
HSL color Cylindrical-coordinate representation of color #391F11: hue angle of 21º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #391F11 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 31 | 17 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.78 |
| HSL | 21º | 0.54% | 0.15% | - |
| HSV(B) | 21º | 0.7% | 0.22% | - |
| XYZ | 2.28 | 1.89 | 0.78 | - |
| YUV | 37.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 31 | 17 | 0 | 0.46 | 0.70 | 0.78 | 21 | 0.54 | 0.15 |
| Hex | 39 | 1F | 11 | 0 | 2E | 46 | 4E | 15 | 36 | F |
| Octal | 71 | 37 | 21 | 0 | 56 | 106 | 116 | 25 | 66 | 17 |
| Binary | 111001 | 11111 | 10001 | 0 | 101110 | 1000110 | 1001110 | 10101 | 110110 | 1111 |
Color Harmonies of #391F11
Complementary color
Monochromatic Colors of #391F11
Black with #391F11
Text Example
Text Example
White with #391F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391F11; }
p { color: rgb(57,31,17); }
H1.HeaderClassName
{
color: #391F11;
}
.AnyTagClassName
{
color: #391F11;
}
</style>
background-color css
<style>
a { background-color: #391F11; }
a { background-color: rgb(57,31,17); }
div.DivClassName
{
background-color: #391F11;
}
.BgClassName
{
background-color: #391F11;
}
</style>
border-color css
<style>
span { border-color: #391F11; }
span { border-color: rgb(57,31,17); }
td.TdClassName
{
border-color: #391F11;
}
.TagClassName
{
border-color: #391F11;
}
</style>