Shades of Brown Pod #392019
Tints of Brown Pod #392019
RGB
CMYK
RGB Variations
Color information
#392019 (or 0x392019) is known color: Brown Pod. HEX triplet: 39, 20 and 19. RGB value is (57,32,25). Sum of RGB (Red+Green+Blue) = 57+32+25=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #392019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392019 is #C6DFE6. Grayscale: #262626. Windows color (decimal): -13033447 or 1646649. OLE color: 1646649.
HSL color Cylindrical-coordinate representation of color #392019: hue angle of 13.12º 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 #392019 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 32 | 25 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.78 |
| HSL | 13.13º | 0.39% | 0.16% | - |
| HSV(B) | 13.13º | 0.56% | 0.22% | - |
| XYZ | 2.38 | 1.97 | 1.18 | - |
| YUV | 38.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 32 | 25 | 0 | 0.44 | 0.56 | 0.78 | 13.13 | 0.39 | 0.16 |
| Hex | 39 | 20 | 19 | 0 | 2C | 38 | 4E | D | 27 | 10 |
| Octal | 71 | 40 | 31 | 0 | 54 | 70 | 116 | 15 | 47 | 20 |
| Binary | 111001 | 100000 | 11001 | 0 | 101100 | 111000 | 1001110 | 1101 | 100111 | 10000 |
Color Harmonies of #392019
Complementary color
Monochromatic Colors of #392019
Black with #392019
Text Example
Text Example
White with #392019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392019; }
p { color: rgb(57,32,25); }
H1.HeaderClassName
{
color: #392019;
}
.AnyTagClassName
{
color: #392019;
}
</style>
background-color css
<style>
a { background-color: #392019; }
a { background-color: rgb(57,32,25); }
div.DivClassName
{
background-color: #392019;
}
.BgClassName
{
background-color: #392019;
}
</style>
border-color css
<style>
span { border-color: #392019; }
span { border-color: rgb(57,32,25); }
td.TdClassName
{
border-color: #392019;
}
.TagClassName
{
border-color: #392019;
}
</style>