Shades of Seal Brown #371412
Tints of Seal Brown #371412
RGB
CMYK
RGB Variations
Color information
#371412 (or 0x371412) is known color: Seal Brown. HEX triplet: 37, 14 and 12. RGB value is (55,20,18). Sum of RGB (Red+Green+Blue) = 55+20+18=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #371412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371412 is #C8EBED. Grayscale: #1E1E1E. Windows color (decimal): -13167598 or 1184823. OLE color: 1184823.
HSL color Cylindrical-coordinate representation of color #371412: hue angle of 3.24º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371412 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 20 | 18 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.78 |
| HSL | 3.24º | 0.51% | 0.14% | - |
| HSV(B) | 3.24º | 0.67% | 0.22% | - |
| XYZ | 1.93 | 1.36 | 0.73 | - |
| YUV | 30.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 18 | 0 | 0.64 | 0.67 | 0.78 | 3.24 | 0.51 | 0.14 |
| Hex | 37 | 14 | 12 | 0 | 40 | 43 | 4E | 3 | 33 | E |
| Octal | 67 | 24 | 22 | 0 | 100 | 103 | 116 | 3 | 63 | 16 |
| Binary | 110111 | 10100 | 10010 | 0 | 1000000 | 1000011 | 1001110 | 11 | 110011 | 1110 |
Color Harmonies of #371412
Complementary color
Monochromatic Colors of #371412
Black with #371412
Text Example
Text Example
White with #371412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371412; }
p { color: rgb(55,20,18); }
H1.HeaderClassName
{
color: #371412;
}
.AnyTagClassName
{
color: #371412;
}
</style>
background-color css
<style>
a { background-color: #371412; }
a { background-color: rgb(55,20,18); }
div.DivClassName
{
background-color: #371412;
}
.BgClassName
{
background-color: #371412;
}
</style>
border-color css
<style>
span { border-color: #371412; }
span { border-color: rgb(55,20,18); }
td.TdClassName
{
border-color: #371412;
}
.TagClassName
{
border-color: #371412;
}
</style>