Shades of Brown Pod #391D12
Tints of Brown Pod #391D12
RGB
CMYK
RGB Variations
Color information
#391D12 (or 0x391D12) is known color: Brown Pod. HEX triplet: 39, 1D and 12. RGB value is (57,29,18). Sum of RGB (Red+Green+Blue) = 57+29+18=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #391D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D12 is #C6E2ED. Grayscale: #242424. Windows color (decimal): -13034222 or 1187129. OLE color: 1187129.
HSL color Cylindrical-coordinate representation of color #391D12: hue angle of 16.92º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #391D12 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 29 | 18 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.78 |
| HSL | 16.92º | 0.52% | 0.15% | - |
| HSV(B) | 16.92º | 0.68% | 0.22% | - |
| XYZ | 2.24 | 1.79 | 0.8 | - |
| YUV | 36.12 | 117.78 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 29 | 18 | 0 | 0.49 | 0.68 | 0.78 | 16.92 | 0.52 | 0.15 |
| Hex | 39 | 1D | 12 | 0 | 31 | 44 | 4E | 11 | 34 | F |
| Octal | 71 | 35 | 22 | 0 | 61 | 104 | 116 | 21 | 64 | 17 |
| Binary | 111001 | 11101 | 10010 | 0 | 110001 | 1000100 | 1001110 | 10001 | 110100 | 1111 |
Color Harmonies of #391D12
Complementary color
Monochromatic Colors of #391D12
Black with #391D12
Text Example
Text Example
White with #391D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391D12; }
p { color: rgb(57,29,18); }
H1.HeaderClassName
{
color: #391D12;
}
.AnyTagClassName
{
color: #391D12;
}
</style>
background-color css
<style>
a { background-color: #391D12; }
a { background-color: rgb(57,29,18); }
div.DivClassName
{
background-color: #391D12;
}
.BgClassName
{
background-color: #391D12;
}
</style>
border-color css
<style>
span { border-color: #391D12; }
span { border-color: rgb(57,29,18); }
td.TdClassName
{
border-color: #391D12;
}
.TagClassName
{
border-color: #391D12;
}
</style>