Shades of Seal Brown #37110C
Tints of Seal Brown #37110C
RGB
CMYK
RGB Variations
Color information
#37110C (or 0x37110C) is known color: Seal Brown. HEX triplet: 37, 11 and 0C. RGB value is (55,17,12). Sum of RGB (Red+Green+Blue) = 55+17+12=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #37110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37110C is #C8EEF3. Grayscale: #1B1B1B. Windows color (decimal): -13168372 or 790839. OLE color: 790839.
HSL color Cylindrical-coordinate representation of color #37110C: hue angle of 6.98º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37110C is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 17 | 12 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.78 |
| HSL | 6.98º | 0.64% | 0.13% | - |
| HSV(B) | 6.98º | 0.78% | 0.22% | - |
| XYZ | 1.84 | 1.24 | 0.49 | - |
| YUV | 27.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 12 | 0 | 0.69 | 0.78 | 0.78 | 6.98 | 0.64 | 0.13 |
| Hex | 37 | 11 | C | 0 | 45 | 4E | 4E | 7 | 40 | D |
| Octal | 67 | 21 | 14 | 0 | 105 | 116 | 116 | 7 | 100 | 15 |
| Binary | 110111 | 10001 | 1100 | 0 | 1000101 | 1001110 | 1001110 | 111 | 1000000 | 1101 |
Color Harmonies of #37110C
Complementary color
Monochromatic Colors of #37110C
Black with #37110C
Text Example
Text Example
White with #37110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37110C; }
p { color: rgb(55,17,12); }
H1.HeaderClassName
{
color: #37110C;
}
.AnyTagClassName
{
color: #37110C;
}
</style>
background-color css
<style>
a { background-color: #37110C; }
a { background-color: rgb(55,17,12); }
div.DivClassName
{
background-color: #37110C;
}
.BgClassName
{
background-color: #37110C;
}
</style>
border-color css
<style>
span { border-color: #37110C; }
span { border-color: rgb(55,17,12); }
td.TdClassName
{
border-color: #37110C;
}
.TagClassName
{
border-color: #37110C;
}
</style>