Shades of Brown Pod #392016
Tints of Brown Pod #392016
RGB
CMYK
RGB Variations
Color information
#392016 (or 0x392016) is known color: Brown Pod. HEX triplet: 39, 20 and 16. RGB value is (57,32,22). Sum of RGB (Red+Green+Blue) = 57+32+22=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #392016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392016 is #C6DFE9. Grayscale: #262626. Windows color (decimal): -13033450 or 1450041. OLE color: 1450041.
HSL color Cylindrical-coordinate representation of color #392016: hue angle of 17.14º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #392016 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 32 | 22 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.78 |
| HSL | 17.14º | 0.44% | 0.15% | - |
| HSV(B) | 17.14º | 0.61% | 0.22% | - |
| XYZ | 2.35 | 1.96 | 1.01 | - |
| YUV | 38.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 32 | 22 | 0 | 0.44 | 0.61 | 0.78 | 17.14 | 0.44 | 0.15 |
| Hex | 39 | 20 | 16 | 0 | 2C | 3D | 4E | 11 | 2C | F |
| Octal | 71 | 40 | 26 | 0 | 54 | 75 | 116 | 21 | 54 | 17 |
| Binary | 111001 | 100000 | 10110 | 0 | 101100 | 111101 | 1001110 | 10001 | 101100 | 1111 |
Color Harmonies of #392016
Complementary color
Monochromatic Colors of #392016
Black with #392016
Text Example
Text Example
White with #392016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392016; }
p { color: rgb(57,32,22); }
H1.HeaderClassName
{
color: #392016;
}
.AnyTagClassName
{
color: #392016;
}
</style>
background-color css
<style>
a { background-color: #392016; }
a { background-color: rgb(57,32,22); }
div.DivClassName
{
background-color: #392016;
}
.BgClassName
{
background-color: #392016;
}
</style>
border-color css
<style>
span { border-color: #392016; }
span { border-color: rgb(57,32,22); }
td.TdClassName
{
border-color: #392016;
}
.TagClassName
{
border-color: #392016;
}
</style>