Shades of Brown Pod #39190A
Tints of Brown Pod #39190A
RGB
CMYK
RGB Variations
Color information
#39190A (or 0x39190A) is known color: Brown Pod. HEX triplet: 39, 19 and 0A. RGB value is (57,25,10). Sum of RGB (Red+Green+Blue) = 57+25+10=92 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.96% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 57 - color contains mainly: red. Hex color #39190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39190A is #C6E6F5. Grayscale: #202020. Windows color (decimal): -13035254 or 661817. OLE color: 661817.
HSL color Cylindrical-coordinate representation of color #39190A: hue angle of 19.15º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39190A is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 25 | 10 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.78 |
| HSL | 19.15º | 0.7% | 0.13% | - |
| HSV(B) | 19.15º | 0.82% | 0.22% | - |
| XYZ | 2.09 | 1.59 | 0.48 | - |
| YUV | 32.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 25 | 10 | 0 | 0.56 | 0.82 | 0.78 | 19.15 | 0.7 | 0.13 |
| Hex | 39 | 19 | A | 0 | 38 | 52 | 4E | 13 | 46 | D |
| Octal | 71 | 31 | 12 | 0 | 70 | 122 | 116 | 23 | 106 | 15 |
| Binary | 111001 | 11001 | 1010 | 0 | 111000 | 1010010 | 1001110 | 10011 | 1000110 | 1101 |
Color Harmonies of #39190A
Complementary color
Monochromatic Colors of #39190A
Black with #39190A
Text Example
Text Example
White with #39190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39190A; }
p { color: rgb(57,25,10); }
H1.HeaderClassName
{
color: #39190A;
}
.AnyTagClassName
{
color: #39190A;
}
</style>
background-color css
<style>
a { background-color: #39190A; }
a { background-color: rgb(57,25,10); }
div.DivClassName
{
background-color: #39190A;
}
.BgClassName
{
background-color: #39190A;
}
</style>
border-color css
<style>
span { border-color: #39190A; }
span { border-color: rgb(57,25,10); }
td.TdClassName
{
border-color: #39190A;
}
.TagClassName
{
border-color: #39190A;
}
</style>