Shades of Seal Brown #370E0C
Tints of Seal Brown #370E0C
RGB
CMYK
RGB Variations
Color information
#370E0C (or 0x370E0C) is known color: Seal Brown. HEX triplet: 37, 0E and 0C. RGB value is (55,14,12). Sum of RGB (Red+Green+Blue) = 55+14+12=81 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.90% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 55 - color contains mainly: red. Hex color #370E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E0C is #C8F1F3. Grayscale: #1A1A1A. Windows color (decimal): -13169140 or 790071. OLE color: 790071.
HSL color Cylindrical-coordinate representation of color #370E0C: hue angle of 2.79º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #370E0C is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 14 | 12 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.78 |
| HSL | 2.79º | 0.64% | 0.13% | - |
| HSV(B) | 2.79º | 0.78% | 0.22% | - |
| XYZ | 1.8 | 1.15 | 0.48 | - |
| YUV | 26.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 12 | 0 | 0.75 | 0.78 | 0.78 | 2.79 | 0.64 | 0.13 |
| Hex | 37 | E | C | 0 | 4B | 4E | 4E | 3 | 40 | D |
| Octal | 67 | 16 | 14 | 0 | 113 | 116 | 116 | 3 | 100 | 15 |
| Binary | 110111 | 1110 | 1100 | 0 | 1001011 | 1001110 | 1001110 | 11 | 1000000 | 1101 |
Color Harmonies of #370E0C
Complementary color
Monochromatic Colors of #370E0C
Black with #370E0C
Text Example
Text Example
White with #370E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E0C; }
p { color: rgb(55,14,12); }
H1.HeaderClassName
{
color: #370E0C;
}
.AnyTagClassName
{
color: #370E0C;
}
</style>
background-color css
<style>
a { background-color: #370E0C; }
a { background-color: rgb(55,14,12); }
div.DivClassName
{
background-color: #370E0C;
}
.BgClassName
{
background-color: #370E0C;
}
</style>
border-color css
<style>
span { border-color: #370E0C; }
span { border-color: rgb(55,14,12); }
td.TdClassName
{
border-color: #370E0C;
}
.TagClassName
{
border-color: #370E0C;
}
</style>