Shades of Brown Pod #391E11
Tints of Brown Pod #391E11
RGB
CMYK
RGB Variations
Color information
#391E11 (or 0x391E11) is known color: Brown Pod. HEX triplet: 39, 1E and 11. RGB value is (57,30,17). Sum of RGB (Red+Green+Blue) = 57+30+17=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #391E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391E11 is #C6E1EE. Grayscale: #242424. Windows color (decimal): -13033967 or 1121849. OLE color: 1121849.
HSL color Cylindrical-coordinate representation of color #391E11: hue angle of 19.5º 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 #391E11 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 30 | 17 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.78 |
| HSL | 19.5º | 0.54% | 0.15% | - |
| HSV(B) | 19.5º | 0.7% | 0.22% | - |
| XYZ | 2.25 | 1.84 | 0.77 | - |
| YUV | 36.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 30 | 17 | 0 | 0.47 | 0.70 | 0.78 | 19.5 | 0.54 | 0.15 |
| Hex | 39 | 1E | 11 | 0 | 2F | 46 | 4E | 14 | 36 | F |
| Octal | 71 | 36 | 21 | 0 | 57 | 106 | 116 | 24 | 66 | 17 |
| Binary | 111001 | 11110 | 10001 | 0 | 101111 | 1000110 | 1001110 | 10100 | 110110 | 1111 |
Color Harmonies of #391E11
Complementary color
Monochromatic Colors of #391E11
Black with #391E11
Text Example
Text Example
White with #391E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391E11; }
p { color: rgb(57,30,17); }
H1.HeaderClassName
{
color: #391E11;
}
.AnyTagClassName
{
color: #391E11;
}
</style>
background-color css
<style>
a { background-color: #391E11; }
a { background-color: rgb(57,30,17); }
div.DivClassName
{
background-color: #391E11;
}
.BgClassName
{
background-color: #391E11;
}
</style>
border-color css
<style>
span { border-color: #391E11; }
span { border-color: rgb(57,30,17); }
td.TdClassName
{
border-color: #391E11;
}
.TagClassName
{
border-color: #391E11;
}
</style>