Shades of Brown Pod #391B14
Tints of Brown Pod #391B14
RGB
CMYK
RGB Variations
Color information
#391B14 (or 0x391B14) is known color: Brown Pod. HEX triplet: 39, 1B and 14. RGB value is (57,27,20). Sum of RGB (Red+Green+Blue) = 57+27+20=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #391B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B14 is #C6E4EB. Grayscale: #232323. Windows color (decimal): -13034732 or 1317689. OLE color: 1317689.
HSL color Cylindrical-coordinate representation of color #391B14: hue angle of 11.35º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #391B14 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 27 | 20 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.78 |
| HSL | 11.35º | 0.48% | 0.15% | - |
| HSV(B) | 11.35º | 0.65% | 0.22% | - |
| XYZ | 2.21 | 1.7 | 0.87 | - |
| YUV | 35.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 20 | 0 | 0.53 | 0.65 | 0.78 | 11.35 | 0.48 | 0.15 |
| Hex | 39 | 1B | 14 | 0 | 35 | 41 | 4E | B | 30 | F |
| Octal | 71 | 33 | 24 | 0 | 65 | 101 | 116 | 13 | 60 | 17 |
| Binary | 111001 | 11011 | 10100 | 0 | 110101 | 1000001 | 1001110 | 1011 | 110000 | 1111 |
Color Harmonies of #391B14
Complementary color
Monochromatic Colors of #391B14
Black with #391B14
Text Example
Text Example
White with #391B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B14; }
p { color: rgb(57,27,20); }
H1.HeaderClassName
{
color: #391B14;
}
.AnyTagClassName
{
color: #391B14;
}
</style>
background-color css
<style>
a { background-color: #391B14; }
a { background-color: rgb(57,27,20); }
div.DivClassName
{
background-color: #391B14;
}
.BgClassName
{
background-color: #391B14;
}
</style>
border-color css
<style>
span { border-color: #391B14; }
span { border-color: rgb(57,27,20); }
td.TdClassName
{
border-color: #391B14;
}
.TagClassName
{
border-color: #391B14;
}
</style>