Shades of Seal Brown #371212
Tints of Seal Brown #371212
RGB
CMYK
RGB Variations
Color information
#371212 (or 0x371212) is known color: Seal Brown. HEX triplet: 37, 12 and 12. RGB value is (55,18,18). Sum of RGB (Red+Green+Blue) = 55+18+18=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #371212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371212 is #C8EDED. Grayscale: #1D1D1D. Windows color (decimal): -13168110 or 1184311. OLE color: 1184311.
HSL color Cylindrical-coordinate representation of color #371212: hue angle of 0º 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 #371212 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 18 | 18 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.78 |
| HSL | 0º | 0.51% | 0.14% | - |
| HSV(B) | 0º | 0.67% | 0.22% | - |
| XYZ | 1.9 | 1.29 | 0.72 | - |
| YUV | 29.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 18 | 18 | 0 | 0.67 | 0.67 | 0.78 | 0 | 0.51 | 0.14 |
| Hex | 37 | 12 | 12 | 0 | 43 | 43 | 4E | 0 | 33 | E |
| Octal | 67 | 22 | 22 | 0 | 103 | 103 | 116 | 0 | 63 | 16 |
| Binary | 110111 | 10010 | 10010 | 0 | 1000011 | 1000011 | 1001110 | 0 | 110011 | 1110 |
Color Harmonies of #371212
Complementary color
Monochromatic Colors of #371212
Black with #371212
Text Example
Text Example
White with #371212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371212; }
p { color: rgb(55,18,18); }
H1.HeaderClassName
{
color: #371212;
}
.AnyTagClassName
{
color: #371212;
}
</style>
background-color css
<style>
a { background-color: #371212; }
a { background-color: rgb(55,18,18); }
div.DivClassName
{
background-color: #371212;
}
.BgClassName
{
background-color: #371212;
}
</style>
border-color css
<style>
span { border-color: #371212; }
span { border-color: rgb(55,18,18); }
td.TdClassName
{
border-color: #371212;
}
.TagClassName
{
border-color: #371212;
}
</style>