Shades of Brown Pod #391E15
Tints of Brown Pod #391E15
RGB
CMYK
RGB Variations
Color information
#391E15 (or 0x391E15) is known color: Brown Pod. HEX triplet: 39, 1E and 15. RGB value is (57,30,21). Sum of RGB (Red+Green+Blue) = 57+30+21=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #391E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391E15 is #C6E1EA. Grayscale: #252525. Windows color (decimal): -13033963 or 1383993. OLE color: 1383993.
HSL color Cylindrical-coordinate representation of color #391E15: hue angle of 15º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #391E15 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 30 | 21 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.78 |
| HSL | 15º | 0.46% | 0.15% | - |
| HSV(B) | 15º | 0.63% | 0.22% | - |
| XYZ | 2.29 | 1.85 | 0.95 | - |
| YUV | 37.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 30 | 21 | 0 | 0.47 | 0.63 | 0.78 | 15 | 0.46 | 0.15 |
| Hex | 39 | 1E | 15 | 0 | 2F | 3F | 4E | F | 2E | F |
| Octal | 71 | 36 | 25 | 0 | 57 | 77 | 116 | 17 | 56 | 17 |
| Binary | 111001 | 11110 | 10101 | 0 | 101111 | 111111 | 1001110 | 1111 | 101110 | 1111 |
Color Harmonies of #391E15
Complementary color
Monochromatic Colors of #391E15
Black with #391E15
Text Example
Text Example
White with #391E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391E15; }
p { color: rgb(57,30,21); }
H1.HeaderClassName
{
color: #391E15;
}
.AnyTagClassName
{
color: #391E15;
}
</style>
background-color css
<style>
a { background-color: #391E15; }
a { background-color: rgb(57,30,21); }
div.DivClassName
{
background-color: #391E15;
}
.BgClassName
{
background-color: #391E15;
}
</style>
border-color css
<style>
span { border-color: #391E15; }
span { border-color: rgb(57,30,21); }
td.TdClassName
{
border-color: #391E15;
}
.TagClassName
{
border-color: #391E15;
}
</style>