Shades of Seal Brown #37100D
Tints of Seal Brown #37100D
RGB
CMYK
RGB Variations
Color information
#37100D (or 0x37100D) is known color: Seal Brown. HEX triplet: 37, 10 and 0D. RGB value is (55,16,13). Sum of RGB (Red+Green+Blue) = 55+16+13=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #37100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37100D is #C8EFF2. Grayscale: #1B1B1B. Windows color (decimal): -13168627 or 856119. OLE color: 856119.
HSL color Cylindrical-coordinate representation of color #37100D: hue angle of 4.29º 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 #37100D is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 16 | 13 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.78 |
| HSL | 4.29º | 0.62% | 0.13% | - |
| HSV(B) | 4.29º | 0.76% | 0.22% | - |
| XYZ | 1.83 | 1.21 | 0.52 | - |
| YUV | 27.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 13 | 0 | 0.71 | 0.76 | 0.78 | 4.29 | 0.62 | 0.13 |
| Hex | 37 | 10 | D | 0 | 47 | 4C | 4E | 4 | 3E | D |
| Octal | 67 | 20 | 15 | 0 | 107 | 114 | 116 | 4 | 76 | 15 |
| Binary | 110111 | 10000 | 1101 | 0 | 1000111 | 1001100 | 1001110 | 100 | 111110 | 1101 |
Color Harmonies of #37100D
Complementary color
Monochromatic Colors of #37100D
Black with #37100D
Text Example
Text Example
White with #37100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37100D; }
p { color: rgb(55,16,13); }
H1.HeaderClassName
{
color: #37100D;
}
.AnyTagClassName
{
color: #37100D;
}
</style>
background-color css
<style>
a { background-color: #37100D; }
a { background-color: rgb(55,16,13); }
div.DivClassName
{
background-color: #37100D;
}
.BgClassName
{
background-color: #37100D;
}
</style>
border-color css
<style>
span { border-color: #37100D; }
span { border-color: rgb(55,16,13); }
td.TdClassName
{
border-color: #37100D;
}
.TagClassName
{
border-color: #37100D;
}
</style>