Shades of Seal Brown #371E1B
Tints of Seal Brown #371E1B
RGB
CMYK
RGB Variations
Color information
#371E1B (or 0x371E1B) is known color: Seal Brown. HEX triplet: 37, 1E and 1B. RGB value is (55,30,27). Sum of RGB (Red+Green+Blue) = 55+30+27=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #371E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E1B is #C8E1E4. Grayscale: #252525. Windows color (decimal): -13165029 or 1777207. OLE color: 1777207.
HSL color Cylindrical-coordinate representation of color #371E1B: hue angle of 6.43º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #371E1B is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 30 | 27 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.78 |
| HSL | 6.43º | 0.34% | 0.16% | - |
| HSV(B) | 6.43º | 0.51% | 0.22% | - |
| XYZ | 2.24 | 1.82 | 1.27 | - |
| YUV | 37.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 27 | 0 | 0.45 | 0.51 | 0.78 | 6.43 | 0.34 | 0.16 |
| Hex | 37 | 1E | 1B | 0 | 2D | 33 | 4E | 6 | 22 | 10 |
| Octal | 67 | 36 | 33 | 0 | 55 | 63 | 116 | 6 | 42 | 20 |
| Binary | 110111 | 11110 | 11011 | 0 | 101101 | 110011 | 1001110 | 110 | 100010 | 10000 |
Color Harmonies of #371E1B
Complementary color
Monochromatic Colors of #371E1B
Black with #371E1B
Text Example
Text Example
White with #371E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371E1B; }
p { color: rgb(55,30,27); }
H1.HeaderClassName
{
color: #371E1B;
}
.AnyTagClassName
{
color: #371E1B;
}
</style>
background-color css
<style>
a { background-color: #371E1B; }
a { background-color: rgb(55,30,27); }
div.DivClassName
{
background-color: #371E1B;
}
.BgClassName
{
background-color: #371E1B;
}
</style>
border-color css
<style>
span { border-color: #371E1B; }
span { border-color: rgb(55,30,27); }
td.TdClassName
{
border-color: #371E1B;
}
.TagClassName
{
border-color: #371E1B;
}
</style>