Shades of Seal Brown #371612
Tints of Seal Brown #371612
RGB
CMYK
RGB Variations
Color information
#371612 (or 0x371612) is known color: Seal Brown. HEX triplet: 37, 16 and 12. RGB value is (55,22,18). Sum of RGB (Red+Green+Blue) = 55+22+18=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #371612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371612 is #C8E9ED. Grayscale: #1F1F1F. Windows color (decimal): -13167086 or 1185335. OLE color: 1185335.
HSL color Cylindrical-coordinate representation of color #371612: hue angle of 6.49º 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 #371612 is Cyan = 0, Magento = 0.6, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 22 | 18 | - |
| CMYK | 0 | 0.6 | 0.67 | 0.78 |
| HSL | 6.49º | 0.51% | 0.14% | - |
| HSV(B) | 6.49º | 0.67% | 0.22% | - |
| XYZ | 1.97 | 1.43 | 0.74 | - |
| YUV | 31.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 18 | 0 | 0.6 | 0.67 | 0.78 | 6.49 | 0.51 | 0.14 |
| Hex | 37 | 16 | 12 | 0 | 3C | 43 | 4E | 6 | 33 | E |
| Octal | 67 | 26 | 22 | 0 | 74 | 103 | 116 | 6 | 63 | 16 |
| Binary | 110111 | 10110 | 10010 | 0 | 111100 | 1000011 | 1001110 | 110 | 110011 | 1110 |
Color Harmonies of #371612
Complementary color
Monochromatic Colors of #371612
Black with #371612
Text Example
Text Example
White with #371612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371612; }
p { color: rgb(55,22,18); }
H1.HeaderClassName
{
color: #371612;
}
.AnyTagClassName
{
color: #371612;
}
</style>
background-color css
<style>
a { background-color: #371612; }
a { background-color: rgb(55,22,18); }
div.DivClassName
{
background-color: #371612;
}
.BgClassName
{
background-color: #371612;
}
</style>
border-color css
<style>
span { border-color: #371612; }
span { border-color: rgb(55,22,18); }
td.TdClassName
{
border-color: #371612;
}
.TagClassName
{
border-color: #371612;
}
</style>