Shades of Seal Brown #37160E
Tints of Seal Brown #37160E
RGB
CMYK
RGB Variations
Color information
#37160E (or 0x37160E) is known color: Seal Brown. HEX triplet: 37, 16 and 0E. RGB value is (55,22,14). Sum of RGB (Red+Green+Blue) = 55+22+14=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #37160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37160E is #C8E9F1. Grayscale: #1F1F1F. Windows color (decimal): -13167090 or 923191. OLE color: 923191.
HSL color Cylindrical-coordinate representation of color #37160E: hue angle of 11.71º 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 #37160E is Cyan = 0, Magento = 0.6, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 22 | 14 | - |
| CMYK | 0 | 0.6 | 0.75 | 0.78 |
| HSL | 11.71º | 0.59% | 0.14% | - |
| HSV(B) | 11.71º | 0.75% | 0.22% | - |
| XYZ | 1.94 | 1.42 | 0.59 | - |
| YUV | 30.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 14 | 0 | 0.6 | 0.75 | 0.78 | 11.71 | 0.59 | 0.14 |
| Hex | 37 | 16 | E | 0 | 3C | 4B | 4E | C | 3B | E |
| Octal | 67 | 26 | 16 | 0 | 74 | 113 | 116 | 14 | 73 | 16 |
| Binary | 110111 | 10110 | 1110 | 0 | 111100 | 1001011 | 1001110 | 1100 | 111011 | 1110 |
Color Harmonies of #37160E
Complementary color
Monochromatic Colors of #37160E
Black with #37160E
Text Example
Text Example
White with #37160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37160E; }
p { color: rgb(55,22,14); }
H1.HeaderClassName
{
color: #37160E;
}
.AnyTagClassName
{
color: #37160E;
}
</style>
background-color css
<style>
a { background-color: #37160E; }
a { background-color: rgb(55,22,14); }
div.DivClassName
{
background-color: #37160E;
}
.BgClassName
{
background-color: #37160E;
}
</style>
border-color css
<style>
span { border-color: #37160E; }
span { border-color: rgb(55,22,14); }
td.TdClassName
{
border-color: #37160E;
}
.TagClassName
{
border-color: #37160E;
}
</style>