Shades of Brown Pod #392013
Tints of Brown Pod #392013
RGB
CMYK
RGB Variations
Color information
#392013 (or 0x392013) is known color: Brown Pod. HEX triplet: 39, 20 and 13. RGB value is (57,32,19). Sum of RGB (Red+Green+Blue) = 57+32+19=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #392013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392013 is #C6DFEC. Grayscale: #262626. Windows color (decimal): -13033453 or 1253433. OLE color: 1253433.
HSL color Cylindrical-coordinate representation of color #392013: hue angle of 20.53º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #392013 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 32 | 19 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.78 |
| HSL | 20.53º | 0.5% | 0.15% | - |
| HSV(B) | 20.53º | 0.67% | 0.22% | - |
| XYZ | 2.32 | 1.95 | 0.87 | - |
| YUV | 37.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 32 | 19 | 0 | 0.44 | 0.67 | 0.78 | 20.53 | 0.5 | 0.15 |
| Hex | 39 | 20 | 13 | 0 | 2C | 43 | 4E | 15 | 32 | F |
| Octal | 71 | 40 | 23 | 0 | 54 | 103 | 116 | 25 | 62 | 17 |
| Binary | 111001 | 100000 | 10011 | 0 | 101100 | 1000011 | 1001110 | 10101 | 110010 | 1111 |
Color Harmonies of #392013
Complementary color
Monochromatic Colors of #392013
Black with #392013
Text Example
Text Example
White with #392013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392013; }
p { color: rgb(57,32,19); }
H1.HeaderClassName
{
color: #392013;
}
.AnyTagClassName
{
color: #392013;
}
</style>
background-color css
<style>
a { background-color: #392013; }
a { background-color: rgb(57,32,19); }
div.DivClassName
{
background-color: #392013;
}
.BgClassName
{
background-color: #392013;
}
</style>
border-color css
<style>
span { border-color: #392013; }
span { border-color: rgb(57,32,19); }
td.TdClassName
{
border-color: #392013;
}
.TagClassName
{
border-color: #392013;
}
</style>