Shades of Brown Pod #391D13
Tints of Brown Pod #391D13
RGB
CMYK
RGB Variations
Color information
#391D13 (or 0x391D13) is known color: Brown Pod. HEX triplet: 39, 1D and 13. RGB value is (57,29,19). Sum of RGB (Red+Green+Blue) = 57+29+19=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #391D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D13 is #C6E2EC. Grayscale: #242424. Windows color (decimal): -13034221 or 1252665. OLE color: 1252665.
HSL color Cylindrical-coordinate representation of color #391D13: hue angle of 15.79º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #391D13 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 29 | 19 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.78 |
| HSL | 15.79º | 0.5% | 0.15% | - |
| HSV(B) | 15.79º | 0.67% | 0.22% | - |
| XYZ | 2.24 | 1.8 | 0.84 | - |
| YUV | 36.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 29 | 19 | 0 | 0.49 | 0.67 | 0.78 | 15.79 | 0.5 | 0.15 |
| Hex | 39 | 1D | 13 | 0 | 31 | 43 | 4E | 10 | 32 | F |
| Octal | 71 | 35 | 23 | 0 | 61 | 103 | 116 | 20 | 62 | 17 |
| Binary | 111001 | 11101 | 10011 | 0 | 110001 | 1000011 | 1001110 | 10000 | 110010 | 1111 |
Color Harmonies of #391D13
Complementary color
Monochromatic Colors of #391D13
Black with #391D13
Text Example
Text Example
White with #391D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391D13; }
p { color: rgb(57,29,19); }
H1.HeaderClassName
{
color: #391D13;
}
.AnyTagClassName
{
color: #391D13;
}
</style>
background-color css
<style>
a { background-color: #391D13; }
a { background-color: rgb(57,29,19); }
div.DivClassName
{
background-color: #391D13;
}
.BgClassName
{
background-color: #391D13;
}
</style>
border-color css
<style>
span { border-color: #391D13; }
span { border-color: rgb(57,29,19); }
td.TdClassName
{
border-color: #391D13;
}
.TagClassName
{
border-color: #391D13;
}
</style>