Shades of Brown Pod #392924
Tints of Brown Pod #392924
RGB
CMYK
RGB Variations
Color information
#392924 (or 0x392924) is known color: Brown Pod. HEX triplet: 39, 29 and 24. RGB value is (57,41,36). Sum of RGB (Red+Green+Blue) = 57+41+36=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 57 - color contains mainly: red. Hex color #392924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392924 is #C6D6DB. Grayscale: #2D2D2D. Windows color (decimal): -13031132 or 2369849. OLE color: 2369849.
HSL color Cylindrical-coordinate representation of color #392924: hue angle of 14.29º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #392924 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 41 | 36 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.78 |
| HSL | 14.29º | 0.23% | 0.18% | - |
| HSV(B) | 14.29º | 0.37% | 0.22% | - |
| XYZ | 2.8 | 2.58 | 2.02 | - |
| YUV | 45.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 36 | 0 | 0.28 | 0.37 | 0.78 | 14.29 | 0.23 | 0.18 |
| Hex | 39 | 29 | 24 | 0 | 1C | 25 | 4E | E | 17 | 12 |
| Octal | 71 | 51 | 44 | 0 | 34 | 45 | 116 | 16 | 27 | 22 |
| Binary | 111001 | 101001 | 100100 | 0 | 11100 | 100101 | 1001110 | 1110 | 10111 | 10010 |
Color Harmonies of #392924
Complementary color
Monochromatic Colors of #392924
Black with #392924
Text Example
Text Example
White with #392924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392924; }
p { color: rgb(57,41,36); }
H1.HeaderClassName
{
color: #392924;
}
.AnyTagClassName
{
color: #392924;
}
</style>
background-color css
<style>
a { background-color: #392924; }
a { background-color: rgb(57,41,36); }
div.DivClassName
{
background-color: #392924;
}
.BgClassName
{
background-color: #392924;
}
</style>
border-color css
<style>
span { border-color: #392924; }
span { border-color: rgb(57,41,36); }
td.TdClassName
{
border-color: #392924;
}
.TagClassName
{
border-color: #392924;
}
</style>