Shades of Brown Pod #391D15
Tints of Brown Pod #391D15
RGB
CMYK
RGB Variations
Color information
#391D15 (or 0x391D15) is known color: Brown Pod. HEX triplet: 39, 1D and 15. RGB value is (57,29,21). Sum of RGB (Red+Green+Blue) = 57+29+21=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #391D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D15 is #C6E2EA. Grayscale: #242424. Windows color (decimal): -13034219 or 1383737. OLE color: 1383737.
HSL color Cylindrical-coordinate representation of color #391D15: hue angle of 13.33º 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 #391D15 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 29 | 21 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.78 |
| HSL | 13.33º | 0.46% | 0.15% | - |
| HSV(B) | 13.33º | 0.63% | 0.22% | - |
| XYZ | 2.26 | 1.8 | 0.94 | - |
| YUV | 36.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 29 | 21 | 0 | 0.49 | 0.63 | 0.78 | 13.33 | 0.46 | 0.15 |
| Hex | 39 | 1D | 15 | 0 | 31 | 3F | 4E | D | 2E | F |
| Octal | 71 | 35 | 25 | 0 | 61 | 77 | 116 | 15 | 56 | 17 |
| Binary | 111001 | 11101 | 10101 | 0 | 110001 | 111111 | 1001110 | 1101 | 101110 | 1111 |
Color Harmonies of #391D15
Complementary color
Monochromatic Colors of #391D15
Black with #391D15
Text Example
Text Example
White with #391D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391D15; }
p { color: rgb(57,29,21); }
H1.HeaderClassName
{
color: #391D15;
}
.AnyTagClassName
{
color: #391D15;
}
</style>
background-color css
<style>
a { background-color: #391D15; }
a { background-color: rgb(57,29,21); }
div.DivClassName
{
background-color: #391D15;
}
.BgClassName
{
background-color: #391D15;
}
</style>
border-color css
<style>
span { border-color: #391D15; }
span { border-color: rgb(57,29,21); }
td.TdClassName
{
border-color: #391D15;
}
.TagClassName
{
border-color: #391D15;
}
</style>