Shades of Brown Pod #391C0D
Tints of Brown Pod #391C0D
RGB
CMYK
RGB Variations
Color information
#391C0D (or 0x391C0D) is known color: Brown Pod. HEX triplet: 39, 1C and 0D. RGB value is (57,28,13). Sum of RGB (Red+Green+Blue) = 57+28+13=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #391C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C0D is #C6E3F2. Grayscale: #232323. Windows color (decimal): -13034483 or 859193. OLE color: 859193.
HSL color Cylindrical-coordinate representation of color #391C0D: hue angle of 20.45º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #391C0D is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 28 | 13 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.78 |
| HSL | 20.45º | 0.63% | 0.14% | - |
| HSV(B) | 20.45º | 0.77% | 0.22% | - |
| XYZ | 2.18 | 1.73 | 0.6 | - |
| YUV | 34.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 13 | 0 | 0.51 | 0.77 | 0.78 | 20.45 | 0.63 | 0.14 |
| Hex | 39 | 1C | D | 0 | 33 | 4D | 4E | 14 | 3F | E |
| Octal | 71 | 34 | 15 | 0 | 63 | 115 | 116 | 24 | 77 | 16 |
| Binary | 111001 | 11100 | 1101 | 0 | 110011 | 1001101 | 1001110 | 10100 | 111111 | 1110 |
Color Harmonies of #391C0D
Complementary color
Monochromatic Colors of #391C0D
Black with #391C0D
Text Example
Text Example
White with #391C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C0D; }
p { color: rgb(57,28,13); }
H1.HeaderClassName
{
color: #391C0D;
}
.AnyTagClassName
{
color: #391C0D;
}
</style>
background-color css
<style>
a { background-color: #391C0D; }
a { background-color: rgb(57,28,13); }
div.DivClassName
{
background-color: #391C0D;
}
.BgClassName
{
background-color: #391C0D;
}
</style>
border-color css
<style>
span { border-color: #391C0D; }
span { border-color: rgb(57,28,13); }
td.TdClassName
{
border-color: #391C0D;
}
.TagClassName
{
border-color: #391C0D;
}
</style>