Shades of Seal Brown #391412
Tints of Seal Brown #391412
RGB
CMYK
RGB Variations
Color information
#391412 (or 0x391412) is known color: Seal Brown. HEX triplet: 39, 14 and 12. RGB value is (57,20,18). Sum of RGB (Red+Green+Blue) = 57+20+18=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #391412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391412 is #C6EBED. Grayscale: #1E1E1E. Windows color (decimal): -13036526 or 1184825. OLE color: 1184825.
HSL color Cylindrical-coordinate representation of color #391412: hue angle of 3.08º 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 #391412 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 20 | 18 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.78 |
| HSL | 3.08º | 0.52% | 0.15% | - |
| HSV(B) | 3.08º | 0.68% | 0.22% | - |
| XYZ | 2.05 | 1.41 | 0.74 | - |
| YUV | 30.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 18 | 0 | 0.65 | 0.68 | 0.78 | 3.08 | 0.52 | 0.15 |
| Hex | 39 | 14 | 12 | 0 | 41 | 44 | 4E | 3 | 34 | F |
| Octal | 71 | 24 | 22 | 0 | 101 | 104 | 116 | 3 | 64 | 17 |
| Binary | 111001 | 10100 | 10010 | 0 | 1000001 | 1000100 | 1001110 | 11 | 110100 | 1111 |
Color Harmonies of #391412
Complementary color
Monochromatic Colors of #391412
Black with #391412
Text Example
Text Example
White with #391412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391412; }
p { color: rgb(57,20,18); }
H1.HeaderClassName
{
color: #391412;
}
.AnyTagClassName
{
color: #391412;
}
</style>
background-color css
<style>
a { background-color: #391412; }
a { background-color: rgb(57,20,18); }
div.DivClassName
{
background-color: #391412;
}
.BgClassName
{
background-color: #391412;
}
</style>
border-color css
<style>
span { border-color: #391412; }
span { border-color: rgb(57,20,18); }
td.TdClassName
{
border-color: #391412;
}
.TagClassName
{
border-color: #391412;
}
</style>