Shades of Seal Brown #391A16
Tints of Seal Brown #391A16
RGB
CMYK
RGB Variations
Color information
#391A16 (or 0x391A16) is known color: Seal Brown. HEX triplet: 39, 1A and 16. RGB value is (57,26,22). Sum of RGB (Red+Green+Blue) = 57+26+22=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #391A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391A16 is #C6E5E9. Grayscale: #222222. Windows color (decimal): -13034986 or 1448505. OLE color: 1448505.
HSL color Cylindrical-coordinate representation of color #391A16: hue angle of 6.86º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #391A16 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 26 | 22 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.78 |
| HSL | 6.86º | 0.44% | 0.15% | - |
| HSV(B) | 6.86º | 0.61% | 0.22% | - |
| XYZ | 2.2 | 1.67 | 0.96 | - |
| YUV | 34.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 22 | 0 | 0.54 | 0.61 | 0.78 | 6.86 | 0.44 | 0.15 |
| Hex | 39 | 1A | 16 | 0 | 36 | 3D | 4E | 7 | 2C | F |
| Octal | 71 | 32 | 26 | 0 | 66 | 75 | 116 | 7 | 54 | 17 |
| Binary | 111001 | 11010 | 10110 | 0 | 110110 | 111101 | 1001110 | 111 | 101100 | 1111 |
Color Harmonies of #391A16
Complementary color
Monochromatic Colors of #391A16
Black with #391A16
Text Example
Text Example
White with #391A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A16; }
p { color: rgb(57,26,22); }
H1.HeaderClassName
{
color: #391A16;
}
.AnyTagClassName
{
color: #391A16;
}
</style>
background-color css
<style>
a { background-color: #391A16; }
a { background-color: rgb(57,26,22); }
div.DivClassName
{
background-color: #391A16;
}
.BgClassName
{
background-color: #391A16;
}
</style>
border-color css
<style>
span { border-color: #391A16; }
span { border-color: rgb(57,26,22); }
td.TdClassName
{
border-color: #391A16;
}
.TagClassName
{
border-color: #391A16;
}
</style>