Shades of Seal Brown #37140E
Tints of Seal Brown #37140E
RGB
CMYK
RGB Variations
Color information
#37140E (or 0x37140E) is known color: Seal Brown. HEX triplet: 37, 14 and 0E. RGB value is (55,20,14). Sum of RGB (Red+Green+Blue) = 55+20+14=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #37140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37140E is #C8EBF1. Grayscale: #1D1D1D. Windows color (decimal): -13167602 or 922679. OLE color: 922679.
HSL color Cylindrical-coordinate representation of color #37140E: hue angle of 8.78º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37140E is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 20 | 14 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.78 |
| HSL | 8.78º | 0.59% | 0.14% | - |
| HSV(B) | 8.78º | 0.75% | 0.22% | - |
| XYZ | 1.9 | 1.34 | 0.57 | - |
| YUV | 29.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 14 | 0 | 0.64 | 0.75 | 0.78 | 8.78 | 0.59 | 0.14 |
| Hex | 37 | 14 | E | 0 | 40 | 4B | 4E | 9 | 3B | E |
| Octal | 67 | 24 | 16 | 0 | 100 | 113 | 116 | 11 | 73 | 16 |
| Binary | 110111 | 10100 | 1110 | 0 | 1000000 | 1001011 | 1001110 | 1001 | 111011 | 1110 |
Color Harmonies of #37140E
Complementary color
Monochromatic Colors of #37140E
Black with #37140E
Text Example
Text Example
White with #37140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37140E; }
p { color: rgb(55,20,14); }
H1.HeaderClassName
{
color: #37140E;
}
.AnyTagClassName
{
color: #37140E;
}
</style>
background-color css
<style>
a { background-color: #37140E; }
a { background-color: rgb(55,20,14); }
div.DivClassName
{
background-color: #37140E;
}
.BgClassName
{
background-color: #37140E;
}
</style>
border-color css
<style>
span { border-color: #37140E; }
span { border-color: rgb(55,20,14); }
td.TdClassName
{
border-color: #37140E;
}
.TagClassName
{
border-color: #37140E;
}
</style>