Shades of Brown Pod #391B0A
Tints of Brown Pod #391B0A
RGB
CMYK
RGB Variations
Color information
#391B0A (or 0x391B0A) is known color: Brown Pod. HEX triplet: 39, 1B and 0A. RGB value is (57,27,10). Sum of RGB (Red+Green+Blue) = 57+27+10=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #391B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B0A is #C6E4F5. Grayscale: #222222. Windows color (decimal): -13034742 or 662329. OLE color: 662329.
HSL color Cylindrical-coordinate representation of color #391B0A: hue angle of 21.7º 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 #391B0A is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 27 | 10 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.78 |
| HSL | 21.7º | 0.7% | 0.13% | - |
| HSV(B) | 21.7º | 0.82% | 0.22% | - |
| XYZ | 2.13 | 1.68 | 0.5 | - |
| YUV | 34.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 10 | 0 | 0.53 | 0.82 | 0.78 | 21.7 | 0.7 | 0.13 |
| Hex | 39 | 1B | A | 0 | 35 | 52 | 4E | 16 | 46 | D |
| Octal | 71 | 33 | 12 | 0 | 65 | 122 | 116 | 26 | 106 | 15 |
| Binary | 111001 | 11011 | 1010 | 0 | 110101 | 1010010 | 1001110 | 10110 | 1000110 | 1101 |
Color Harmonies of #391B0A
Complementary color
Monochromatic Colors of #391B0A
Black with #391B0A
Text Example
Text Example
White with #391B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B0A; }
p { color: rgb(57,27,10); }
H1.HeaderClassName
{
color: #391B0A;
}
.AnyTagClassName
{
color: #391B0A;
}
</style>
background-color css
<style>
a { background-color: #391B0A; }
a { background-color: rgb(57,27,10); }
div.DivClassName
{
background-color: #391B0A;
}
.BgClassName
{
background-color: #391B0A;
}
</style>
border-color css
<style>
span { border-color: #391B0A; }
span { border-color: rgb(57,27,10); }
td.TdClassName
{
border-color: #391B0A;
}
.TagClassName
{
border-color: #391B0A;
}
</style>