Shades of Brown Pod #391E19
Tints of Brown Pod #391E19
RGB
CMYK
RGB Variations
Color information
#391E19 (or 0x391E19) is known color: Brown Pod. HEX triplet: 39, 1E and 19. RGB value is (57,30,25). Sum of RGB (Red+Green+Blue) = 57+30+25=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #391E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391E19 is #C6E1E6. Grayscale: #252525. Windows color (decimal): -13033959 or 1646137. OLE color: 1646137.
HSL color Cylindrical-coordinate representation of color #391E19: hue angle of 9.38º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #391E19 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 30 | 25 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.78 |
| HSL | 9.38º | 0.39% | 0.16% | - |
| HSV(B) | 9.38º | 0.56% | 0.22% | - |
| XYZ | 2.33 | 1.87 | 1.16 | - |
| YUV | 37.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 30 | 25 | 0 | 0.47 | 0.56 | 0.78 | 9.38 | 0.39 | 0.16 |
| Hex | 39 | 1E | 19 | 0 | 2F | 38 | 4E | 9 | 27 | 10 |
| Octal | 71 | 36 | 31 | 0 | 57 | 70 | 116 | 11 | 47 | 20 |
| Binary | 111001 | 11110 | 11001 | 0 | 101111 | 111000 | 1001110 | 1001 | 100111 | 10000 |
Color Harmonies of #391E19
Complementary color
Monochromatic Colors of #391E19
Black with #391E19
Text Example
Text Example
White with #391E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391E19; }
p { color: rgb(57,30,25); }
H1.HeaderClassName
{
color: #391E19;
}
.AnyTagClassName
{
color: #391E19;
}
</style>
background-color css
<style>
a { background-color: #391E19; }
a { background-color: rgb(57,30,25); }
div.DivClassName
{
background-color: #391E19;
}
.BgClassName
{
background-color: #391E19;
}
</style>
border-color css
<style>
span { border-color: #391E19; }
span { border-color: rgb(57,30,25); }
td.TdClassName
{
border-color: #391E19;
}
.TagClassName
{
border-color: #391E19;
}
</style>