Shades of Brown Pod #391D0F
Tints of Brown Pod #391D0F
RGB
CMYK
RGB Variations
Color information
#391D0F (or 0x391D0F) is known color: Brown Pod. HEX triplet: 39, 1D and 0F. RGB value is (57,29,15). Sum of RGB (Red+Green+Blue) = 57+29+15=101 (13% of max value = 765). Red value is 57 (22.66% from 255 or 56.44% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 57 - color contains mainly: red. Hex color #391D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D0F is #C6E2F0. Grayscale: #232323. Windows color (decimal): -13034225 or 990521. OLE color: 990521.
HSL color Cylindrical-coordinate representation of color #391D0F: hue angle of 20º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #391D0F is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 29 | 15 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.78 |
| HSL | 20º | 0.58% | 0.14% | - |
| HSV(B) | 20º | 0.74% | 0.22% | - |
| XYZ | 2.21 | 1.78 | 0.68 | - |
| YUV | 35.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 29 | 15 | 0 | 0.49 | 0.74 | 0.78 | 20 | 0.58 | 0.14 |
| Hex | 39 | 1D | F | 0 | 31 | 4A | 4E | 14 | 3A | E |
| Octal | 71 | 35 | 17 | 0 | 61 | 112 | 116 | 24 | 72 | 16 |
| Binary | 111001 | 11101 | 1111 | 0 | 110001 | 1001010 | 1001110 | 10100 | 111010 | 1110 |
Color Harmonies of #391D0F
Complementary color
Monochromatic Colors of #391D0F
Black with #391D0F
Text Example
Text Example
White with #391D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391D0F; }
p { color: rgb(57,29,15); }
H1.HeaderClassName
{
color: #391D0F;
}
.AnyTagClassName
{
color: #391D0F;
}
</style>
background-color css
<style>
a { background-color: #391D0F; }
a { background-color: rgb(57,29,15); }
div.DivClassName
{
background-color: #391D0F;
}
.BgClassName
{
background-color: #391D0F;
}
</style>
border-color css
<style>
span { border-color: #391D0F; }
span { border-color: rgb(57,29,15); }
td.TdClassName
{
border-color: #391D0F;
}
.TagClassName
{
border-color: #391D0F;
}
</style>