Shades of Seal Brown #370E0D
Tints of Seal Brown #370E0D
RGB
CMYK
RGB Variations
Color information
#370E0D (or 0x370E0D) is known color: Seal Brown. HEX triplet: 37, 0E and 0D. RGB value is (55,14,13). Sum of RGB (Red+Green+Blue) = 55+14+13=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #370E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E0D is #C8F1F2. Grayscale: #1A1A1A. Windows color (decimal): -13169139 or 855607. OLE color: 855607.
HSL color Cylindrical-coordinate representation of color #370E0D: hue angle of 1.43º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #370E0D is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 14 | 13 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.78 |
| HSL | 1.43º | 0.62% | 0.13% | - |
| HSV(B) | 1.43º | 0.76% | 0.22% | - |
| XYZ | 1.81 | 1.16 | 0.51 | - |
| YUV | 26.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 13 | 0 | 0.75 | 0.76 | 0.78 | 1.43 | 0.62 | 0.13 |
| Hex | 37 | E | D | 0 | 4B | 4C | 4E | 1 | 3E | D |
| Octal | 67 | 16 | 15 | 0 | 113 | 114 | 116 | 1 | 76 | 15 |
| Binary | 110111 | 1110 | 1101 | 0 | 1001011 | 1001100 | 1001110 | 1 | 111110 | 1101 |
Color Harmonies of #370E0D
Complementary color
Monochromatic Colors of #370E0D
Black with #370E0D
Text Example
Text Example
White with #370E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E0D; }
p { color: rgb(55,14,13); }
H1.HeaderClassName
{
color: #370E0D;
}
.AnyTagClassName
{
color: #370E0D;
}
</style>
background-color css
<style>
a { background-color: #370E0D; }
a { background-color: rgb(55,14,13); }
div.DivClassName
{
background-color: #370E0D;
}
.BgClassName
{
background-color: #370E0D;
}
</style>
border-color css
<style>
span { border-color: #370E0D; }
span { border-color: rgb(55,14,13); }
td.TdClassName
{
border-color: #370E0D;
}
.TagClassName
{
border-color: #370E0D;
}
</style>