Shades of Brown Pod #391C13
Tints of Brown Pod #391C13
RGB
CMYK
RGB Variations
Color information
#391C13 (or 0x391C13) is known color: Brown Pod. HEX triplet: 39, 1C and 13. RGB value is (57,28,19). Sum of RGB (Red+Green+Blue) = 57+28+19=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #391C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C13 is #C6E3EC. Grayscale: #232323. Windows color (decimal): -13034477 or 1252409. OLE color: 1252409.
HSL color Cylindrical-coordinate representation of color #391C13: hue angle of 14.21º 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 #391C13 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 28 | 19 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.78 |
| HSL | 14.21º | 0.5% | 0.15% | - |
| HSV(B) | 14.21º | 0.67% | 0.22% | - |
| XYZ | 2.22 | 1.75 | 0.84 | - |
| YUV | 35.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 19 | 0 | 0.51 | 0.67 | 0.78 | 14.21 | 0.5 | 0.15 |
| Hex | 39 | 1C | 13 | 0 | 33 | 43 | 4E | E | 32 | F |
| Octal | 71 | 34 | 23 | 0 | 63 | 103 | 116 | 16 | 62 | 17 |
| Binary | 111001 | 11100 | 10011 | 0 | 110011 | 1000011 | 1001110 | 1110 | 110010 | 1111 |
Color Harmonies of #391C13
Complementary color
Monochromatic Colors of #391C13
Black with #391C13
Text Example
Text Example
White with #391C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C13; }
p { color: rgb(57,28,19); }
H1.HeaderClassName
{
color: #391C13;
}
.AnyTagClassName
{
color: #391C13;
}
</style>
background-color css
<style>
a { background-color: #391C13; }
a { background-color: rgb(57,28,19); }
div.DivClassName
{
background-color: #391C13;
}
.BgClassName
{
background-color: #391C13;
}
</style>
border-color css
<style>
span { border-color: #391C13; }
span { border-color: rgb(57,28,19); }
td.TdClassName
{
border-color: #391C13;
}
.TagClassName
{
border-color: #391C13;
}
</style>