Shades of Brown Pod #392119
Tints of Brown Pod #392119
RGB
CMYK
RGB Variations
Color information
#392119 (or 0x392119) is known color: Brown Pod. HEX triplet: 39, 21 and 19. RGB value is (57,33,25). Sum of RGB (Red+Green+Blue) = 57+33+25=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #392119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392119 is #C6DEE6. Grayscale: #272727. Windows color (decimal): -13033191 or 1646905. OLE color: 1646905.
HSL color Cylindrical-coordinate representation of color #392119: hue angle of 15º 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 #392119 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 33 | 25 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.78 |
| HSL | 15º | 0.39% | 0.16% | - |
| HSV(B) | 15º | 0.56% | 0.22% | - |
| XYZ | 2.41 | 2.03 | 1.18 | - |
| YUV | 39.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 25 | 0 | 0.42 | 0.56 | 0.78 | 15 | 0.39 | 0.16 |
| Hex | 39 | 21 | 19 | 0 | 2A | 38 | 4E | F | 27 | 10 |
| Octal | 71 | 41 | 31 | 0 | 52 | 70 | 116 | 17 | 47 | 20 |
| Binary | 111001 | 100001 | 11001 | 0 | 101010 | 111000 | 1001110 | 1111 | 100111 | 10000 |
Color Harmonies of #392119
Complementary color
Monochromatic Colors of #392119
Black with #392119
Text Example
Text Example
White with #392119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392119; }
p { color: rgb(57,33,25); }
H1.HeaderClassName
{
color: #392119;
}
.AnyTagClassName
{
color: #392119;
}
</style>
background-color css
<style>
a { background-color: #392119; }
a { background-color: rgb(57,33,25); }
div.DivClassName
{
background-color: #392119;
}
.BgClassName
{
background-color: #392119;
}
</style>
border-color css
<style>
span { border-color: #392119; }
span { border-color: rgb(57,33,25); }
td.TdClassName
{
border-color: #392119;
}
.TagClassName
{
border-color: #392119;
}
</style>