Shades of Brown Pod #39190E
Tints of Brown Pod #39190E
RGB
CMYK
RGB Variations
Color information
#39190E (or 0x39190E) is known color: Brown Pod. HEX triplet: 39, 19 and 0E. RGB value is (57,25,14). Sum of RGB (Red+Green+Blue) = 57+25+14=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #39190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39190E is #C6E6F1. Grayscale: #212121. Windows color (decimal): -13035250 or 923961. OLE color: 923961.
HSL color Cylindrical-coordinate representation of color #39190E: hue angle of 15.35º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39190E is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 25 | 14 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.78 |
| HSL | 15.35º | 0.61% | 0.14% | - |
| HSV(B) | 15.35º | 0.75% | 0.22% | - |
| XYZ | 2.11 | 1.6 | 0.61 | - |
| YUV | 33.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 25 | 14 | 0 | 0.56 | 0.75 | 0.78 | 15.35 | 0.61 | 0.14 |
| Hex | 39 | 19 | E | 0 | 38 | 4B | 4E | F | 3D | E |
| Octal | 71 | 31 | 16 | 0 | 70 | 113 | 116 | 17 | 75 | 16 |
| Binary | 111001 | 11001 | 1110 | 0 | 111000 | 1001011 | 1001110 | 1111 | 111101 | 1110 |
Color Harmonies of #39190E
Complementary color
Monochromatic Colors of #39190E
Black with #39190E
Text Example
Text Example
White with #39190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39190E; }
p { color: rgb(57,25,14); }
H1.HeaderClassName
{
color: #39190E;
}
.AnyTagClassName
{
color: #39190E;
}
</style>
background-color css
<style>
a { background-color: #39190E; }
a { background-color: rgb(57,25,14); }
div.DivClassName
{
background-color: #39190E;
}
.BgClassName
{
background-color: #39190E;
}
</style>
border-color css
<style>
span { border-color: #39190E; }
span { border-color: rgb(57,25,14); }
td.TdClassName
{
border-color: #39190E;
}
.TagClassName
{
border-color: #39190E;
}
</style>