Shades of Brown Pod #391900
Tints of Brown Pod #391900
RGB
CMYK
RGB Variations
Color information
#391900 (or 0x391900) is known color: Brown Pod. HEX triplet: 39, 19 and 00. RGB value is (57,25,0). Sum of RGB (Red+Green+Blue) = 57+25+0=82 (10% of max value = 765). Red value is 57 (22.66% from 255 or 69.51% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 57 - color contains mainly: red. Hex color #391900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391900 is #C6E6FF. Grayscale: #1F1F1F. Windows color (decimal): -13035264 or 6457. OLE color: 6457.
HSL color Cylindrical-coordinate representation of color #391900: hue angle of 26.32º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #391900 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 25 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.78 |
| HSL | 26.32º | 1% | 0.11% | - |
| HSV(B) | 26.32º | 1% | 0.22% | - |
| XYZ | 2.03 | 1.57 | 0.19 | - |
| YUV | 31.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 25 | 0 | 0 | 0.56 | 1 | 0.78 | 26.32 | 1 | 0.11 |
| Hex | 39 | 19 | 0 | 0 | 38 | 64 | 4E | 1A | 64 | B |
| Octal | 71 | 31 | 0 | 0 | 70 | 144 | 116 | 32 | 144 | 13 |
| Binary | 111001 | 11001 | 0 | 0 | 111000 | 1100100 | 1001110 | 11010 | 1100100 | 1011 |
Color Harmonies of #391900
Complementary color
Monochromatic Colors of #391900
Black with #391900
Text Example
Text Example
White with #391900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391900; }
p { color: rgb(57,25,0); }
H1.HeaderClassName
{
color: #391900;
}
.AnyTagClassName
{
color: #391900;
}
</style>
background-color css
<style>
a { background-color: #391900; }
a { background-color: rgb(57,25,0); }
div.DivClassName
{
background-color: #391900;
}
.BgClassName
{
background-color: #391900;
}
</style>
border-color css
<style>
span { border-color: #391900; }
span { border-color: rgb(57,25,0); }
td.TdClassName
{
border-color: #391900;
}
.TagClassName
{
border-color: #391900;
}
</style>