Shades of Seal Brown #370F0C
Tints of Seal Brown #370F0C
RGB
CMYK
RGB Variations
Color information
#370F0C (or 0x370F0C) is known color: Seal Brown. HEX triplet: 37, 0F and 0C. RGB value is (55,15,12). Sum of RGB (Red+Green+Blue) = 55+15+12=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #370F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F0C is #C8F0F3. Grayscale: #1A1A1A. Windows color (decimal): -13168884 or 790327. OLE color: 790327.
HSL color Cylindrical-coordinate representation of color #370F0C: hue angle of 4.19º 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 #370F0C is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 15 | 12 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.78 |
| HSL | 4.19º | 0.64% | 0.13% | - |
| HSV(B) | 4.19º | 0.78% | 0.22% | - |
| XYZ | 1.81 | 1.18 | 0.48 | - |
| YUV | 26.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 12 | 0 | 0.73 | 0.78 | 0.78 | 4.19 | 0.64 | 0.13 |
| Hex | 37 | F | C | 0 | 49 | 4E | 4E | 4 | 40 | D |
| Octal | 67 | 17 | 14 | 0 | 111 | 116 | 116 | 4 | 100 | 15 |
| Binary | 110111 | 1111 | 1100 | 0 | 1001001 | 1001110 | 1001110 | 100 | 1000000 | 1101 |
Color Harmonies of #370F0C
Complementary color
Monochromatic Colors of #370F0C
Black with #370F0C
Text Example
Text Example
White with #370F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F0C; }
p { color: rgb(55,15,12); }
H1.HeaderClassName
{
color: #370F0C;
}
.AnyTagClassName
{
color: #370F0C;
}
</style>
background-color css
<style>
a { background-color: #370F0C; }
a { background-color: rgb(55,15,12); }
div.DivClassName
{
background-color: #370F0C;
}
.BgClassName
{
background-color: #370F0C;
}
</style>
border-color css
<style>
span { border-color: #370F0C; }
span { border-color: rgb(55,15,12); }
td.TdClassName
{
border-color: #370F0C;
}
.TagClassName
{
border-color: #370F0C;
}
</style>