Shades of Seal Brown #370F04
Tints of Seal Brown #370F04
RGB
CMYK
RGB Variations
Color information
#370F04 (or 0x370F04) is known color: Seal Brown. HEX triplet: 37, 0F and 04. RGB value is (55,15,4). Sum of RGB (Red+Green+Blue) = 55+15+4=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #370F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F04 is #C8F0FB. Grayscale: #191919. Windows color (decimal): -13168892 or 266039. OLE color: 266039.
HSL color Cylindrical-coordinate representation of color #370F04: hue angle of 12.94º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370F04 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 15 | 4 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.78 |
| HSL | 12.94º | 0.86% | 0.12% | - |
| HSV(B) | 12.94º | 0.93% | 0.22% | - |
| XYZ | 1.77 | 1.16 | 0.25 | - |
| YUV | 25.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 4 | 0 | 0.73 | 0.93 | 0.78 | 12.94 | 0.86 | 0.12 |
| Hex | 37 | F | 4 | 0 | 49 | 5D | 4E | D | 56 | C |
| Octal | 67 | 17 | 4 | 0 | 111 | 135 | 116 | 15 | 126 | 14 |
| Binary | 110111 | 1111 | 100 | 0 | 1001001 | 1011101 | 1001110 | 1101 | 1010110 | 1100 |
Color Harmonies of #370F04
Complementary color
Monochromatic Colors of #370F04
Black with #370F04
Text Example
Text Example
White with #370F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F04; }
p { color: rgb(55,15,4); }
H1.HeaderClassName
{
color: #370F04;
}
.AnyTagClassName
{
color: #370F04;
}
</style>
background-color css
<style>
a { background-color: #370F04; }
a { background-color: rgb(55,15,4); }
div.DivClassName
{
background-color: #370F04;
}
.BgClassName
{
background-color: #370F04;
}
</style>
border-color css
<style>
span { border-color: #370F04; }
span { border-color: rgb(55,15,4); }
td.TdClassName
{
border-color: #370F04;
}
.TagClassName
{
border-color: #370F04;
}
</style>