Shades of Brown Pod #392018
Tints of Brown Pod #392018
RGB
CMYK
RGB Variations
Color information
#392018 (or 0x392018) is known color: Brown Pod. HEX triplet: 39, 20 and 18. RGB value is (57,32,24). Sum of RGB (Red+Green+Blue) = 57+32+24=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #392018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392018 is #C6DFE7. Grayscale: #262626. Windows color (decimal): -13033448 or 1581113. OLE color: 1581113.
HSL color Cylindrical-coordinate representation of color #392018: hue angle of 14.55º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #392018 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 32 | 24 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.78 |
| HSL | 14.55º | 0.41% | 0.16% | - |
| HSV(B) | 14.55º | 0.58% | 0.22% | - |
| XYZ | 2.37 | 1.97 | 1.12 | - |
| YUV | 38.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 32 | 24 | 0 | 0.44 | 0.58 | 0.78 | 14.55 | 0.41 | 0.16 |
| Hex | 39 | 20 | 18 | 0 | 2C | 3A | 4E | F | 29 | 10 |
| Octal | 71 | 40 | 30 | 0 | 54 | 72 | 116 | 17 | 51 | 20 |
| Binary | 111001 | 100000 | 11000 | 0 | 101100 | 111010 | 1001110 | 1111 | 101001 | 10000 |
Color Harmonies of #392018
Complementary color
Monochromatic Colors of #392018
Black with #392018
Text Example
Text Example
White with #392018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392018; }
p { color: rgb(57,32,24); }
H1.HeaderClassName
{
color: #392018;
}
.AnyTagClassName
{
color: #392018;
}
</style>
background-color css
<style>
a { background-color: #392018; }
a { background-color: rgb(57,32,24); }
div.DivClassName
{
background-color: #392018;
}
.BgClassName
{
background-color: #392018;
}
</style>
border-color css
<style>
span { border-color: #392018; }
span { border-color: rgb(57,32,24); }
td.TdClassName
{
border-color: #392018;
}
.TagClassName
{
border-color: #392018;
}
</style>