Shades of Seal Brown #370F0D
Tints of Seal Brown #370F0D
RGB
CMYK
RGB Variations
Color information
#370F0D (or 0x370F0D) is known color: Seal Brown. HEX triplet: 37, 0F and 0D. RGB value is (55,15,13). Sum of RGB (Red+Green+Blue) = 55+15+13=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #370F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F0D is #C8F0F2. Grayscale: #1A1A1A. Windows color (decimal): -13168883 or 855863. OLE color: 855863.
HSL color Cylindrical-coordinate representation of color #370F0D: hue angle of 2.86º 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 #370F0D is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 15 | 13 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.78 |
| HSL | 2.86º | 0.62% | 0.13% | - |
| HSV(B) | 2.86º | 0.76% | 0.22% | - |
| XYZ | 1.82 | 1.18 | 0.51 | - |
| YUV | 26.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 13 | 0 | 0.73 | 0.76 | 0.78 | 2.86 | 0.62 | 0.13 |
| Hex | 37 | F | D | 0 | 49 | 4C | 4E | 3 | 3E | D |
| Octal | 67 | 17 | 15 | 0 | 111 | 114 | 116 | 3 | 76 | 15 |
| Binary | 110111 | 1111 | 1101 | 0 | 1001001 | 1001100 | 1001110 | 11 | 111110 | 1101 |
Color Harmonies of #370F0D
Complementary color
Monochromatic Colors of #370F0D
Black with #370F0D
Text Example
Text Example
White with #370F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F0D; }
p { color: rgb(55,15,13); }
H1.HeaderClassName
{
color: #370F0D;
}
.AnyTagClassName
{
color: #370F0D;
}
</style>
background-color css
<style>
a { background-color: #370F0D; }
a { background-color: rgb(55,15,13); }
div.DivClassName
{
background-color: #370F0D;
}
.BgClassName
{
background-color: #370F0D;
}
</style>
border-color css
<style>
span { border-color: #370F0D; }
span { border-color: rgb(55,15,13); }
td.TdClassName
{
border-color: #370F0D;
}
.TagClassName
{
border-color: #370F0D;
}
</style>