Shades of Seal Brown #37120F
Tints of Seal Brown #37120F
RGB
CMYK
RGB Variations
Color information
#37120F (or 0x37120F) is known color: Seal Brown. HEX triplet: 37, 12 and 0F. RGB value is (55,18,15). Sum of RGB (Red+Green+Blue) = 55+18+15=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #37120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37120F is #C8EDF0. Grayscale: #1C1C1C. Windows color (decimal): -13168113 or 987703. OLE color: 987703.
HSL color Cylindrical-coordinate representation of color #37120F: hue angle of 4.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37120F is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 18 | 15 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.78 |
| HSL | 4.5º | 0.57% | 0.14% | - |
| HSV(B) | 4.5º | 0.73% | 0.22% | - |
| XYZ | 1.88 | 1.28 | 0.6 | - |
| YUV | 28.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 18 | 15 | 0 | 0.67 | 0.73 | 0.78 | 4.5 | 0.57 | 0.14 |
| Hex | 37 | 12 | F | 0 | 43 | 49 | 4E | 4 | 39 | E |
| Octal | 67 | 22 | 17 | 0 | 103 | 111 | 116 | 4 | 71 | 16 |
| Binary | 110111 | 10010 | 1111 | 0 | 1000011 | 1001001 | 1001110 | 100 | 111001 | 1110 |
Color Harmonies of #37120F
Complementary color
Monochromatic Colors of #37120F
Black with #37120F
Text Example
Text Example
White with #37120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37120F; }
p { color: rgb(55,18,15); }
H1.HeaderClassName
{
color: #37120F;
}
.AnyTagClassName
{
color: #37120F;
}
</style>
background-color css
<style>
a { background-color: #37120F; }
a { background-color: rgb(55,18,15); }
div.DivClassName
{
background-color: #37120F;
}
.BgClassName
{
background-color: #37120F;
}
</style>
border-color css
<style>
span { border-color: #37120F; }
span { border-color: rgb(55,18,15); }
td.TdClassName
{
border-color: #37120F;
}
.TagClassName
{
border-color: #37120F;
}
</style>