Shades of Seal Brown #370F0F
Tints of Seal Brown #370F0F
RGB
CMYK
RGB Variations
Color information
#370F0F (or 0x370F0F) is known color: Seal Brown. HEX triplet: 37, 0F and 0F. RGB value is (55,15,15). Sum of RGB (Red+Green+Blue) = 55+15+15=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #370F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F0F is #C8F0F0. Grayscale: #1B1B1B. Windows color (decimal): -13168881 or 986935. OLE color: 986935.
HSL color Cylindrical-coordinate representation of color #370F0F: hue angle of 0º 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 #370F0F is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 15 | 15 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.78 |
| HSL | 0º | 0.57% | 0.14% | - |
| HSV(B) | 0º | 0.73% | 0.22% | - |
| XYZ | 1.83 | 1.19 | 0.58 | - |
| YUV | 26.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 15 | 0 | 0.73 | 0.73 | 0.78 | 0 | 0.57 | 0.14 |
| Hex | 37 | F | F | 0 | 49 | 49 | 4E | 0 | 39 | E |
| Octal | 67 | 17 | 17 | 0 | 111 | 111 | 116 | 0 | 71 | 16 |
| Binary | 110111 | 1111 | 1111 | 0 | 1001001 | 1001001 | 1001110 | 0 | 111001 | 1110 |
Color Harmonies of #370F0F
Complementary color
Monochromatic Colors of #370F0F
Black with #370F0F
Text Example
Text Example
White with #370F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F0F; }
p { color: rgb(55,15,15); }
H1.HeaderClassName
{
color: #370F0F;
}
.AnyTagClassName
{
color: #370F0F;
}
</style>
background-color css
<style>
a { background-color: #370F0F; }
a { background-color: rgb(55,15,15); }
div.DivClassName
{
background-color: #370F0F;
}
.BgClassName
{
background-color: #370F0F;
}
</style>
border-color css
<style>
span { border-color: #370F0F; }
span { border-color: rgb(55,15,15); }
td.TdClassName
{
border-color: #370F0F;
}
.TagClassName
{
border-color: #370F0F;
}
</style>