Shades of Brown Pod #391D0D
Tints of Brown Pod #391D0D
RGB
CMYK
RGB Variations
Color information
#391D0D (or 0x391D0D) is known color: Brown Pod. HEX triplet: 39, 1D and 0D. RGB value is (57,29,13). Sum of RGB (Red+Green+Blue) = 57+29+13=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #391D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D0D is #C6E2F2. Grayscale: #232323. Windows color (decimal): -13034227 or 859449. OLE color: 859449.
HSL color Cylindrical-coordinate representation of color #391D0D: hue angle of 21.82º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #391D0D is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 29 | 13 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.78 |
| HSL | 21.82º | 0.63% | 0.14% | - |
| HSV(B) | 21.82º | 0.77% | 0.22% | - |
| XYZ | 2.2 | 1.78 | 0.61 | - |
| YUV | 35.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 29 | 13 | 0 | 0.49 | 0.77 | 0.78 | 21.82 | 0.63 | 0.14 |
| Hex | 39 | 1D | D | 0 | 31 | 4D | 4E | 16 | 3F | E |
| Octal | 71 | 35 | 15 | 0 | 61 | 115 | 116 | 26 | 77 | 16 |
| Binary | 111001 | 11101 | 1101 | 0 | 110001 | 1001101 | 1001110 | 10110 | 111111 | 1110 |
Color Harmonies of #391D0D
Complementary color
Monochromatic Colors of #391D0D
Black with #391D0D
Text Example
Text Example
White with #391D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391D0D; }
p { color: rgb(57,29,13); }
H1.HeaderClassName
{
color: #391D0D;
}
.AnyTagClassName
{
color: #391D0D;
}
</style>
background-color css
<style>
a { background-color: #391D0D; }
a { background-color: rgb(57,29,13); }
div.DivClassName
{
background-color: #391D0D;
}
.BgClassName
{
background-color: #391D0D;
}
</style>
border-color css
<style>
span { border-color: #391D0D; }
span { border-color: rgb(57,29,13); }
td.TdClassName
{
border-color: #391D0D;
}
.TagClassName
{
border-color: #391D0D;
}
</style>