Shades of Seal Brown #371C1B
Tints of Seal Brown #371C1B
RGB
CMYK
RGB Variations
Color information
#371C1B (or 0x371C1B) is known color: Seal Brown. HEX triplet: 37, 1C and 1B. RGB value is (55,28,27). Sum of RGB (Red+Green+Blue) = 55+28+27=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #371C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C1B is #C8E3E4. Grayscale: #232323. Windows color (decimal): -13165541 or 1776695. OLE color: 1776695.
HSL color Cylindrical-coordinate representation of color #371C1B: hue angle of 2.14º 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 #371C1B is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 28 | 27 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.78 |
| HSL | 2.14º | 0.34% | 0.16% | - |
| HSV(B) | 2.14º | 0.51% | 0.22% | - |
| XYZ | 2.19 | 1.72 | 1.25 | - |
| YUV | 35.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 27 | 0 | 0.49 | 0.51 | 0.78 | 2.14 | 0.34 | 0.16 |
| Hex | 37 | 1C | 1B | 0 | 31 | 33 | 4E | 2 | 22 | 10 |
| Octal | 67 | 34 | 33 | 0 | 61 | 63 | 116 | 2 | 42 | 20 |
| Binary | 110111 | 11100 | 11011 | 0 | 110001 | 110011 | 1001110 | 10 | 100010 | 10000 |
Color Harmonies of #371C1B
Complementary color
Monochromatic Colors of #371C1B
Black with #371C1B
Text Example
Text Example
White with #371C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C1B; }
p { color: rgb(55,28,27); }
H1.HeaderClassName
{
color: #371C1B;
}
.AnyTagClassName
{
color: #371C1B;
}
</style>
background-color css
<style>
a { background-color: #371C1B; }
a { background-color: rgb(55,28,27); }
div.DivClassName
{
background-color: #371C1B;
}
.BgClassName
{
background-color: #371C1B;
}
</style>
border-color css
<style>
span { border-color: #371C1B; }
span { border-color: rgb(55,28,27); }
td.TdClassName
{
border-color: #371C1B;
}
.TagClassName
{
border-color: #371C1B;
}
</style>