Shades of Seal Brown #371511
Tints of Seal Brown #371511
RGB
CMYK
RGB Variations
Color information
#371511 (or 0x371511) is known color: Seal Brown. HEX triplet: 37, 15 and 11. RGB value is (55,21,17). Sum of RGB (Red+Green+Blue) = 55+21+17=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #371511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371511 is #C8EAEE. Grayscale: #1E1E1E. Windows color (decimal): -13167343 or 1119543. OLE color: 1119543.
HSL color Cylindrical-coordinate representation of color #371511: hue angle of 6.32º 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 #371511 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 21 | 17 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.78 |
| HSL | 6.32º | 0.53% | 0.14% | - |
| HSV(B) | 6.32º | 0.69% | 0.22% | - |
| XYZ | 1.94 | 1.39 | 0.7 | - |
| YUV | 30.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 17 | 0 | 0.62 | 0.69 | 0.78 | 6.32 | 0.53 | 0.14 |
| Hex | 37 | 15 | 11 | 0 | 3E | 45 | 4E | 6 | 35 | E |
| Octal | 67 | 25 | 21 | 0 | 76 | 105 | 116 | 6 | 65 | 16 |
| Binary | 110111 | 10101 | 10001 | 0 | 111110 | 1000101 | 1001110 | 110 | 110101 | 1110 |
Color Harmonies of #371511
Complementary color
Monochromatic Colors of #371511
Black with #371511
Text Example
Text Example
White with #371511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371511; }
p { color: rgb(55,21,17); }
H1.HeaderClassName
{
color: #371511;
}
.AnyTagClassName
{
color: #371511;
}
</style>
background-color css
<style>
a { background-color: #371511; }
a { background-color: rgb(55,21,17); }
div.DivClassName
{
background-color: #371511;
}
.BgClassName
{
background-color: #371511;
}
</style>
border-color css
<style>
span { border-color: #371511; }
span { border-color: rgb(55,21,17); }
td.TdClassName
{
border-color: #371511;
}
.TagClassName
{
border-color: #371511;
}
</style>