Shades of Seal Brown #371100
Tints of Seal Brown #371100
RGB
CMYK
RGB Variations
Color information
#371100 (or 0x371100) is known color: Seal Brown. HEX triplet: 37, 11 and 00. RGB value is (55,17,0). Sum of RGB (Red+Green+Blue) = 55+17+0=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #371100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371100 is #C8EEFF. Grayscale: #1A1A1A. Windows color (decimal): -13168384 or 4407. OLE color: 4407.
HSL color Cylindrical-coordinate representation of color #371100: hue angle of 18.55º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #371100 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 17 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.78 |
| HSL | 18.55º | 1% | 0.11% | - |
| HSV(B) | 18.55º | 1% | 0.22% | - |
| XYZ | 1.78 | 1.21 | 0.14 | - |
| YUV | 26.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 0 | 0 | 0.69 | 1 | 0.78 | 18.55 | 1 | 0.11 |
| Hex | 37 | 11 | 0 | 0 | 45 | 64 | 4E | 13 | 64 | B |
| Octal | 67 | 21 | 0 | 0 | 105 | 144 | 116 | 23 | 144 | 13 |
| Binary | 110111 | 10001 | 0 | 0 | 1000101 | 1100100 | 1001110 | 10011 | 1100100 | 1011 |
Color Harmonies of #371100
Complementary color
Monochromatic Colors of #371100
Black with #371100
Text Example
Text Example
White with #371100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371100; }
p { color: rgb(55,17,0); }
H1.HeaderClassName
{
color: #371100;
}
.AnyTagClassName
{
color: #371100;
}
</style>
background-color css
<style>
a { background-color: #371100; }
a { background-color: rgb(55,17,0); }
div.DivClassName
{
background-color: #371100;
}
.BgClassName
{
background-color: #371100;
}
</style>
border-color css
<style>
span { border-color: #371100; }
span { border-color: rgb(55,17,0); }
td.TdClassName
{
border-color: #371100;
}
.TagClassName
{
border-color: #371100;
}
</style>