Shades of Seal Brown #371B1A
Tints of Seal Brown #371B1A
RGB
CMYK
RGB Variations
Color information
#371B1A (or 0x371B1A) is known color: Seal Brown. HEX triplet: 37, 1B and 1A. RGB value is (55,27,26). Sum of RGB (Red+Green+Blue) = 55+27+26=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #371B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B1A is #C8E4E5. Grayscale: #232323. Windows color (decimal): -13165798 or 1710903. OLE color: 1710903.
HSL color Cylindrical-coordinate representation of color #371B1A: hue angle of 2.07º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #371B1A is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 27 | 26 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.78 |
| HSL | 2.07º | 0.36% | 0.16% | - |
| HSV(B) | 2.07º | 0.53% | 0.22% | - |
| XYZ | 2.15 | 1.67 | 1.19 | - |
| YUV | 35.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 26 | 0 | 0.51 | 0.53 | 0.78 | 2.07 | 0.36 | 0.16 |
| Hex | 37 | 1B | 1A | 0 | 33 | 35 | 4E | 2 | 24 | 10 |
| Octal | 67 | 33 | 32 | 0 | 63 | 65 | 116 | 2 | 44 | 20 |
| Binary | 110111 | 11011 | 11010 | 0 | 110011 | 110101 | 1001110 | 10 | 100100 | 10000 |
Color Harmonies of #371B1A
Complementary color
Monochromatic Colors of #371B1A
Black with #371B1A
Text Example
Text Example
White with #371B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B1A; }
p { color: rgb(55,27,26); }
H1.HeaderClassName
{
color: #371B1A;
}
.AnyTagClassName
{
color: #371B1A;
}
</style>
background-color css
<style>
a { background-color: #371B1A; }
a { background-color: rgb(55,27,26); }
div.DivClassName
{
background-color: #371B1A;
}
.BgClassName
{
background-color: #371B1A;
}
</style>
border-color css
<style>
span { border-color: #371B1A; }
span { border-color: rgb(55,27,26); }
td.TdClassName
{
border-color: #371B1A;
}
.TagClassName
{
border-color: #371B1A;
}
</style>