Shades of Brown Pod #391B15
Tints of Brown Pod #391B15
RGB
CMYK
RGB Variations
Color information
#391B15 (or 0x391B15) is known color: Brown Pod. HEX triplet: 39, 1B and 15. RGB value is (57,27,21). Sum of RGB (Red+Green+Blue) = 57+27+21=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #391B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B15 is #C6E4EA. Grayscale: #232323. Windows color (decimal): -13034731 or 1383225. OLE color: 1383225.
HSL color Cylindrical-coordinate representation of color #391B15: hue angle of 10º 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 #391B15 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 27 | 21 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.78 |
| HSL | 10º | 0.46% | 0.15% | - |
| HSV(B) | 10º | 0.63% | 0.22% | - |
| XYZ | 2.21 | 1.71 | 0.92 | - |
| YUV | 35.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 21 | 0 | 0.53 | 0.63 | 0.78 | 10 | 0.46 | 0.15 |
| Hex | 39 | 1B | 15 | 0 | 35 | 3F | 4E | A | 2E | F |
| Octal | 71 | 33 | 25 | 0 | 65 | 77 | 116 | 12 | 56 | 17 |
| Binary | 111001 | 11011 | 10101 | 0 | 110101 | 111111 | 1001110 | 1010 | 101110 | 1111 |
Color Harmonies of #391B15
Complementary color
Monochromatic Colors of #391B15
Black with #391B15
Text Example
Text Example
White with #391B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B15; }
p { color: rgb(57,27,21); }
H1.HeaderClassName
{
color: #391B15;
}
.AnyTagClassName
{
color: #391B15;
}
</style>
background-color css
<style>
a { background-color: #391B15; }
a { background-color: rgb(57,27,21); }
div.DivClassName
{
background-color: #391B15;
}
.BgClassName
{
background-color: #391B15;
}
</style>
border-color css
<style>
span { border-color: #391B15; }
span { border-color: rgb(57,27,21); }
td.TdClassName
{
border-color: #391B15;
}
.TagClassName
{
border-color: #391B15;
}
</style>