Shades of Seal Brown #37160D
Tints of Seal Brown #37160D
RGB
CMYK
RGB Variations
Color information
#37160D (or 0x37160D) is known color: Seal Brown. HEX triplet: 37, 16 and 0D. RGB value is (55,22,13). Sum of RGB (Red+Green+Blue) = 55+22+13=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #37160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37160D is #C8E9F2. Grayscale: #1E1E1E. Windows color (decimal): -13167091 or 857655. OLE color: 857655.
HSL color Cylindrical-coordinate representation of color #37160D: hue angle of 12.86º 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 #37160D is Cyan = 0, Magento = 0.6, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 22 | 13 | - |
| CMYK | 0 | 0.6 | 0.76 | 0.78 |
| HSL | 12.86º | 0.62% | 0.13% | - |
| HSV(B) | 12.86º | 0.76% | 0.22% | - |
| XYZ | 1.94 | 1.42 | 0.55 | - |
| YUV | 30.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 13 | 0 | 0.6 | 0.76 | 0.78 | 12.86 | 0.62 | 0.13 |
| Hex | 37 | 16 | D | 0 | 3C | 4C | 4E | D | 3E | D |
| Octal | 67 | 26 | 15 | 0 | 74 | 114 | 116 | 15 | 76 | 15 |
| Binary | 110111 | 10110 | 1101 | 0 | 111100 | 1001100 | 1001110 | 1101 | 111110 | 1101 |
Color Harmonies of #37160D
Complementary color
Monochromatic Colors of #37160D
Black with #37160D
Text Example
Text Example
White with #37160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37160D; }
p { color: rgb(55,22,13); }
H1.HeaderClassName
{
color: #37160D;
}
.AnyTagClassName
{
color: #37160D;
}
</style>
background-color css
<style>
a { background-color: #37160D; }
a { background-color: rgb(55,22,13); }
div.DivClassName
{
background-color: #37160D;
}
.BgClassName
{
background-color: #37160D;
}
</style>
border-color css
<style>
span { border-color: #37160D; }
span { border-color: rgb(55,22,13); }
td.TdClassName
{
border-color: #37160D;
}
.TagClassName
{
border-color: #37160D;
}
</style>