Shades of Brown Pod #391B0F
Tints of Brown Pod #391B0F
RGB
CMYK
RGB Variations
Color information
#391B0F (or 0x391B0F) is known color: Brown Pod. HEX triplet: 39, 1B and 0F. RGB value is (57,27,15). Sum of RGB (Red+Green+Blue) = 57+27+15=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #391B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B0F is #C6E4F0. Grayscale: #222222. Windows color (decimal): -13034737 or 990009. OLE color: 990009.
HSL color Cylindrical-coordinate representation of color #391B0F: hue angle of 17.14º 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 #391B0F is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 27 | 15 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.78 |
| HSL | 17.14º | 0.58% | 0.14% | - |
| HSV(B) | 17.14º | 0.74% | 0.22% | - |
| XYZ | 2.17 | 1.69 | 0.66 | - |
| YUV | 34.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 15 | 0 | 0.53 | 0.74 | 0.78 | 17.14 | 0.58 | 0.14 |
| Hex | 39 | 1B | F | 0 | 35 | 4A | 4E | 11 | 3A | E |
| Octal | 71 | 33 | 17 | 0 | 65 | 112 | 116 | 21 | 72 | 16 |
| Binary | 111001 | 11011 | 1111 | 0 | 110101 | 1001010 | 1001110 | 10001 | 111010 | 1110 |
Color Harmonies of #391B0F
Complementary color
Monochromatic Colors of #391B0F
Black with #391B0F
Text Example
Text Example
White with #391B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B0F; }
p { color: rgb(57,27,15); }
H1.HeaderClassName
{
color: #391B0F;
}
.AnyTagClassName
{
color: #391B0F;
}
</style>
background-color css
<style>
a { background-color: #391B0F; }
a { background-color: rgb(57,27,15); }
div.DivClassName
{
background-color: #391B0F;
}
.BgClassName
{
background-color: #391B0F;
}
</style>
border-color css
<style>
span { border-color: #391B0F; }
span { border-color: rgb(57,27,15); }
td.TdClassName
{
border-color: #391B0F;
}
.TagClassName
{
border-color: #391B0F;
}
</style>