Shades of Seal Brown #37120D
Tints of Seal Brown #37120D
RGB
CMYK
RGB Variations
Color information
#37120D (or 0x37120D) is known color: Seal Brown. HEX triplet: 37, 12 and 0D. RGB value is (55,18,13). Sum of RGB (Red+Green+Blue) = 55+18+13=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #37120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37120D is #C8EDF2. Grayscale: #1C1C1C. Windows color (decimal): -13168115 or 856631. OLE color: 856631.
HSL color Cylindrical-coordinate representation of color #37120D: hue angle of 7.14º 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 #37120D is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 18 | 13 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.78 |
| HSL | 7.14º | 0.62% | 0.13% | - |
| HSV(B) | 7.14º | 0.76% | 0.22% | - |
| XYZ | 1.86 | 1.27 | 0.53 | - |
| YUV | 28.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 18 | 13 | 0 | 0.67 | 0.76 | 0.78 | 7.14 | 0.62 | 0.13 |
| Hex | 37 | 12 | D | 0 | 43 | 4C | 4E | 7 | 3E | D |
| Octal | 67 | 22 | 15 | 0 | 103 | 114 | 116 | 7 | 76 | 15 |
| Binary | 110111 | 10010 | 1101 | 0 | 1000011 | 1001100 | 1001110 | 111 | 111110 | 1101 |
Color Harmonies of #37120D
Complementary color
Monochromatic Colors of #37120D
Black with #37120D
Text Example
Text Example
White with #37120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37120D; }
p { color: rgb(55,18,13); }
H1.HeaderClassName
{
color: #37120D;
}
.AnyTagClassName
{
color: #37120D;
}
</style>
background-color css
<style>
a { background-color: #37120D; }
a { background-color: rgb(55,18,13); }
div.DivClassName
{
background-color: #37120D;
}
.BgClassName
{
background-color: #37120D;
}
</style>
border-color css
<style>
span { border-color: #37120D; }
span { border-color: rgb(55,18,13); }
td.TdClassName
{
border-color: #37120D;
}
.TagClassName
{
border-color: #37120D;
}
</style>