Shades of Seal Brown #370404
Tints of Seal Brown #370404
RGB
CMYK
RGB Variations
Color information
#370404 (or 0x370404) is known color: Seal Brown. HEX triplet: 37, 04 and 04. RGB value is (55,4,4). Sum of RGB (Red+Green+Blue) = 55+4+4=63 (8% of max value = 765). Red value is 55 (21.88% from 255 or 87.30% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 55 - color contains mainly: red. Hex color #370404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370404 is #C8FBFB. Grayscale: #131313. Windows color (decimal): -13171708 or 263223. OLE color: 263223.
HSL color Cylindrical-coordinate representation of color #370404: hue angle of 0º 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 #370404 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 4 | 4 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.78 |
| HSL | 0º | 0.86% | 0.12% | - |
| HSV(B) | 0º | 0.93% | 0.22% | - |
| XYZ | 1.64 | 0.91 | 0.2 | - |
| YUV | 19.25 | 119.4 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 4 | 4 | 0 | 0.93 | 0.93 | 0.78 | 0 | 0.86 | 0.12 |
| Hex | 37 | 4 | 4 | 0 | 5D | 5D | 4E | 0 | 56 | C |
| Octal | 67 | 4 | 4 | 0 | 135 | 135 | 116 | 0 | 126 | 14 |
| Binary | 110111 | 100 | 100 | 0 | 1011101 | 1011101 | 1001110 | 0 | 1010110 | 1100 |
Color Harmonies of #370404
Complementary color
Monochromatic Colors of #370404
Black with #370404
Text Example
Text Example
White with #370404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370404; }
p { color: rgb(55,4,4); }
H1.HeaderClassName
{
color: #370404;
}
.AnyTagClassName
{
color: #370404;
}
</style>
background-color css
<style>
a { background-color: #370404; }
a { background-color: rgb(55,4,4); }
div.DivClassName
{
background-color: #370404;
}
.BgClassName
{
background-color: #370404;
}
</style>
border-color css
<style>
span { border-color: #370404; }
span { border-color: rgb(55,4,4); }
td.TdClassName
{
border-color: #370404;
}
.TagClassName
{
border-color: #370404;
}
</style>