Shades of Brown Pod #39160A
Tints of Brown Pod #39160A
RGB
CMYK
RGB Variations
Color information
#39160A (or 0x39160A) is known color: Brown Pod. HEX triplet: 39, 16 and 0A. RGB value is (57,22,10). Sum of RGB (Red+Green+Blue) = 57+22+10=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #39160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39160A is #C6E9F5. Grayscale: #1F1F1F. Windows color (decimal): -13036022 or 661049. OLE color: 661049.
HSL color Cylindrical-coordinate representation of color #39160A: hue angle of 15.32º 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 #39160A is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 22 | 10 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.78 |
| HSL | 15.32º | 0.7% | 0.13% | - |
| HSV(B) | 15.32º | 0.82% | 0.22% | - |
| XYZ | 2.03 | 1.47 | 0.46 | - |
| YUV | 31.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 22 | 10 | 0 | 0.61 | 0.82 | 0.78 | 15.32 | 0.7 | 0.13 |
| Hex | 39 | 16 | A | 0 | 3D | 52 | 4E | F | 46 | D |
| Octal | 71 | 26 | 12 | 0 | 75 | 122 | 116 | 17 | 106 | 15 |
| Binary | 111001 | 10110 | 1010 | 0 | 111101 | 1010010 | 1001110 | 1111 | 1000110 | 1101 |
Color Harmonies of #39160A
Complementary color
Monochromatic Colors of #39160A
Black with #39160A
Text Example
Text Example
White with #39160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39160A; }
p { color: rgb(57,22,10); }
H1.HeaderClassName
{
color: #39160A;
}
.AnyTagClassName
{
color: #39160A;
}
</style>
background-color css
<style>
a { background-color: #39160A; }
a { background-color: rgb(57,22,10); }
div.DivClassName
{
background-color: #39160A;
}
.BgClassName
{
background-color: #39160A;
}
</style>
border-color css
<style>
span { border-color: #39160A; }
span { border-color: rgb(57,22,10); }
td.TdClassName
{
border-color: #39160A;
}
.TagClassName
{
border-color: #39160A;
}
</style>