Shades of Seal Brown #370D0A
Tints of Seal Brown #370D0A
RGB
CMYK
RGB Variations
Color information
#370D0A (or 0x370D0A) is known color: Seal Brown. HEX triplet: 37, 0D and 0A. RGB value is (55,13,10). Sum of RGB (Red+Green+Blue) = 55+13+10=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #370D0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370D0A is #C8F2F5. Grayscale: #191919. Windows color (decimal): -13169398 or 658743. OLE color: 658743.
HSL color Cylindrical-coordinate representation of color #370D0A: hue angle of 4º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #370D0A is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 13 | 10 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.78 |
| HSL | 4º | 0.69% | 0.13% | - |
| HSV(B) | 4º | 0.82% | 0.22% | - |
| XYZ | 1.77 | 1.12 | 0.41 | - |
| YUV | 25.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 10 | 0 | 0.76 | 0.82 | 0.78 | 4 | 0.69 | 0.13 |
| Hex | 37 | D | A | 0 | 4C | 52 | 4E | 4 | 45 | D |
| Octal | 67 | 15 | 12 | 0 | 114 | 122 | 116 | 4 | 105 | 15 |
| Binary | 110111 | 1101 | 1010 | 0 | 1001100 | 1010010 | 1001110 | 100 | 1000101 | 1101 |
Color Harmonies of #370D0A
Complementary color
Monochromatic Colors of #370D0A
Black with #370D0A
Text Example
Text Example
White with #370D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D0A; }
p { color: rgb(55,13,10); }
H1.HeaderClassName
{
color: #370D0A;
}
.AnyTagClassName
{
color: #370D0A;
}
</style>
background-color css
<style>
a { background-color: #370D0A; }
a { background-color: rgb(55,13,10); }
div.DivClassName
{
background-color: #370D0A;
}
.BgClassName
{
background-color: #370D0A;
}
</style>
border-color css
<style>
span { border-color: #370D0A; }
span { border-color: rgb(55,13,10); }
td.TdClassName
{
border-color: #370D0A;
}
.TagClassName
{
border-color: #370D0A;
}
</style>