Shades of Seal Brown #371111
Tints of Seal Brown #371111
RGB
CMYK
RGB Variations
Color information
#371111 (or 0x371111) is known color: Seal Brown. HEX triplet: 37, 11 and 11. RGB value is (55,17,17). Sum of RGB (Red+Green+Blue) = 55+17+17=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #371111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371111 is #C8EEEE. Grayscale: #1C1C1C. Windows color (decimal): -13168367 or 1118519. OLE color: 1118519.
HSL color Cylindrical-coordinate representation of color #371111: hue angle of 0º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371111 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 17 | 17 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.78 |
| HSL | 0º | 0.53% | 0.14% | - |
| HSV(B) | 0º | 0.69% | 0.22% | - |
| XYZ | 1.88 | 1.25 | 0.67 | - |
| YUV | 28.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 17 | 0 | 0.69 | 0.69 | 0.78 | 0 | 0.53 | 0.14 |
| Hex | 37 | 11 | 11 | 0 | 45 | 45 | 4E | 0 | 35 | E |
| Octal | 67 | 21 | 21 | 0 | 105 | 105 | 116 | 0 | 65 | 16 |
| Binary | 110111 | 10001 | 10001 | 0 | 1000101 | 1000101 | 1001110 | 0 | 110101 | 1110 |
Color Harmonies of #371111
Complementary color
Monochromatic Colors of #371111
Black with #371111
Text Example
Text Example
White with #371111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371111; }
p { color: rgb(55,17,17); }
H1.HeaderClassName
{
color: #371111;
}
.AnyTagClassName
{
color: #371111;
}
</style>
background-color css
<style>
a { background-color: #371111; }
a { background-color: rgb(55,17,17); }
div.DivClassName
{
background-color: #371111;
}
.BgClassName
{
background-color: #371111;
}
</style>
border-color css
<style>
span { border-color: #371111; }
span { border-color: rgb(55,17,17); }
td.TdClassName
{
border-color: #371111;
}
.TagClassName
{
border-color: #371111;
}
</style>