Shades of Seal Brown #371811
Tints of Seal Brown #371811
RGB
CMYK
RGB Variations
Color information
#371811 (or 0x371811) is known color: Seal Brown. HEX triplet: 37, 18 and 11. RGB value is (55,24,17). Sum of RGB (Red+Green+Blue) = 55+24+17=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #371811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371811 is #C8E7EE. Grayscale: #202020. Windows color (decimal): -13166575 or 1120311. OLE color: 1120311.
HSL color Cylindrical-coordinate representation of color #371811: hue angle of 11.05º 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 #371811 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 24 | 17 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.78 |
| HSL | 11.05º | 0.53% | 0.14% | - |
| HSV(B) | 11.05º | 0.69% | 0.22% | - |
| XYZ | 2 | 1.51 | 0.72 | - |
| YUV | 32.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 24 | 17 | 0 | 0.56 | 0.69 | 0.78 | 11.05 | 0.53 | 0.14 |
| Hex | 37 | 18 | 11 | 0 | 38 | 45 | 4E | B | 35 | E |
| Octal | 67 | 30 | 21 | 0 | 70 | 105 | 116 | 13 | 65 | 16 |
| Binary | 110111 | 11000 | 10001 | 0 | 111000 | 1000101 | 1001110 | 1011 | 110101 | 1110 |
Color Harmonies of #371811
Complementary color
Monochromatic Colors of #371811
Black with #371811
Text Example
Text Example
White with #371811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371811; }
p { color: rgb(55,24,17); }
H1.HeaderClassName
{
color: #371811;
}
.AnyTagClassName
{
color: #371811;
}
</style>
background-color css
<style>
a { background-color: #371811; }
a { background-color: rgb(55,24,17); }
div.DivClassName
{
background-color: #371811;
}
.BgClassName
{
background-color: #371811;
}
</style>
border-color css
<style>
span { border-color: #371811; }
span { border-color: rgb(55,24,17); }
td.TdClassName
{
border-color: #371811;
}
.TagClassName
{
border-color: #371811;
}
</style>