Shades of Seal Brown #370000
Tints of Seal Brown #370000
RGB
CMYK
RGB Variations
Color information
#370000 (or 0x370000) is known color: Seal Brown. HEX triplet: 37, 00 and 00. RGB value is (55,0,0). Sum of RGB (Red+Green+Blue) = 55+0+0=55 (7% of max value = 765). Red value is 55 (21.88% from 255 or 100% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 55 - color contains mainly: red. Hex color #370000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370000 is #C8FFFF. Grayscale: #101010. Windows color (decimal): -13172736 or 55. OLE color: 55.
HSL color Cylindrical-coordinate representation of color #370000: hue angle of 0º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.78 |
| HSL | 0º | 1% | 0.11% | - |
| HSV(B) | 0º | 1% | 0.22% | - |
| XYZ | 1.58 | 0.81 | 0.07 | - |
| YUV | 16.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 0 | 0 | 1 | 1 | 0.78 | 0 | 1 | 0.11 |
| Hex | 37 | 0 | 0 | 0 | 64 | 64 | 4E | 0 | 64 | B |
| Octal | 67 | 0 | 0 | 0 | 144 | 144 | 116 | 0 | 144 | 13 |
| Binary | 110111 | 0 | 0 | 0 | 1100100 | 1100100 | 1001110 | 0 | 1100100 | 1011 |
Color Harmonies of #370000
Complementary color
Monochromatic Colors of #370000
Black with #370000
Text Example
Text Example
White with #370000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370000; }
p { color: rgb(55,0,0); }
H1.HeaderClassName
{
color: #370000;
}
.AnyTagClassName
{
color: #370000;
}
</style>
background-color css
<style>
a { background-color: #370000; }
a { background-color: rgb(55,0,0); }
div.DivClassName
{
background-color: #370000;
}
.BgClassName
{
background-color: #370000;
}
</style>
border-color css
<style>
span { border-color: #370000; }
span { border-color: rgb(55,0,0); }
td.TdClassName
{
border-color: #370000;
}
.TagClassName
{
border-color: #370000;
}
</style>