Shades of Brown Pod #391A13
Tints of Brown Pod #391A13
RGB
CMYK
RGB Variations
Color information
#391A13 (or 0x391A13) is known color: Brown Pod. HEX triplet: 39, 1A and 13. RGB value is (57,26,19). Sum of RGB (Red+Green+Blue) = 57+26+19=102 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.88% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 57 - color contains mainly: red. Hex color #391A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391A13 is #C6E5EC. Grayscale: #222222. Windows color (decimal): -13034989 or 1251897. OLE color: 1251897.
HSL color Cylindrical-coordinate representation of color #391A13: hue angle of 11.05º 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 #391A13 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 26 | 19 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.78 |
| HSL | 11.05º | 0.5% | 0.15% | - |
| HSV(B) | 11.05º | 0.67% | 0.22% | - |
| XYZ | 2.17 | 1.66 | 0.82 | - |
| YUV | 34.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 19 | 0 | 0.54 | 0.67 | 0.78 | 11.05 | 0.5 | 0.15 |
| Hex | 39 | 1A | 13 | 0 | 36 | 43 | 4E | B | 32 | F |
| Octal | 71 | 32 | 23 | 0 | 66 | 103 | 116 | 13 | 62 | 17 |
| Binary | 111001 | 11010 | 10011 | 0 | 110110 | 1000011 | 1001110 | 1011 | 110010 | 1111 |
Color Harmonies of #391A13
Complementary color
Monochromatic Colors of #391A13
Black with #391A13
Text Example
Text Example
White with #391A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A13; }
p { color: rgb(57,26,19); }
H1.HeaderClassName
{
color: #391A13;
}
.AnyTagClassName
{
color: #391A13;
}
</style>
background-color css
<style>
a { background-color: #391A13; }
a { background-color: rgb(57,26,19); }
div.DivClassName
{
background-color: #391A13;
}
.BgClassName
{
background-color: #391A13;
}
</style>
border-color css
<style>
span { border-color: #391A13; }
span { border-color: rgb(57,26,19); }
td.TdClassName
{
border-color: #391A13;
}
.TagClassName
{
border-color: #391A13;
}
</style>