Shades of Brown Pod #391B0B
Tints of Brown Pod #391B0B
RGB
CMYK
RGB Variations
Color information
#391B0B (or 0x391B0B) is known color: Brown Pod. HEX triplet: 39, 1B and 0B. RGB value is (57,27,11). Sum of RGB (Red+Green+Blue) = 57+27+11=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #391B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B0B is #C6E4F4. Grayscale: #222222. Windows color (decimal): -13034741 or 727865. OLE color: 727865.
HSL color Cylindrical-coordinate representation of color #391B0B: hue angle of 20.87º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #391B0B is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 27 | 11 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.78 |
| HSL | 20.87º | 0.68% | 0.13% | - |
| HSV(B) | 20.87º | 0.81% | 0.22% | - |
| XYZ | 2.14 | 1.68 | 0.53 | - |
| YUV | 34.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 11 | 0 | 0.53 | 0.81 | 0.78 | 20.87 | 0.68 | 0.13 |
| Hex | 39 | 1B | B | 0 | 35 | 51 | 4E | 15 | 44 | D |
| Octal | 71 | 33 | 13 | 0 | 65 | 121 | 116 | 25 | 104 | 15 |
| Binary | 111001 | 11011 | 1011 | 0 | 110101 | 1010001 | 1001110 | 10101 | 1000100 | 1101 |
Color Harmonies of #391B0B
Complementary color
Monochromatic Colors of #391B0B
Black with #391B0B
Text Example
Text Example
White with #391B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B0B; }
p { color: rgb(57,27,11); }
H1.HeaderClassName
{
color: #391B0B;
}
.AnyTagClassName
{
color: #391B0B;
}
</style>
background-color css
<style>
a { background-color: #391B0B; }
a { background-color: rgb(57,27,11); }
div.DivClassName
{
background-color: #391B0B;
}
.BgClassName
{
background-color: #391B0B;
}
</style>
border-color css
<style>
span { border-color: #391B0B; }
span { border-color: rgb(57,27,11); }
td.TdClassName
{
border-color: #391B0B;
}
.TagClassName
{
border-color: #391B0B;
}
</style>