Shades of Seal Brown #370101
Tints of Seal Brown #370101
RGB
CMYK
RGB Variations
Color information
#370101 (or 0x370101) is known color: Seal Brown. HEX triplet: 37, 01 and 01. RGB value is (55,1,1). Sum of RGB (Red+Green+Blue) = 55+1+1=57 (7% of max value = 765). Red value is 55 (21.88% from 255 or 96.49% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 55 - color contains mainly: red. Hex color #370101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370101 is #C8FEFE. Grayscale: #111111. Windows color (decimal): -13172479 or 65847. OLE color: 65847.
HSL color Cylindrical-coordinate representation of color #370101: hue angle of 0º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370101 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 1 | 1 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.78 |
| HSL | 0º | 0.96% | 0.11% | - |
| HSV(B) | 0º | 0.98% | 0.22% | - |
| XYZ | 1.59 | 0.84 | 0.11 | - |
| YUV | 17.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 1 | 0 | 0.98 | 0.98 | 0.78 | 0 | 0.96 | 0.11 |
| Hex | 37 | 1 | 1 | 0 | 62 | 62 | 4E | 0 | 60 | B |
| Octal | 67 | 1 | 1 | 0 | 142 | 142 | 116 | 0 | 140 | 13 |
| Binary | 110111 | 1 | 1 | 0 | 1100010 | 1100010 | 1001110 | 0 | 1100000 | 1011 |
Color Harmonies of #370101
Complementary color
Monochromatic Colors of #370101
Black with #370101
Text Example
Text Example
White with #370101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370101; }
p { color: rgb(55,1,1); }
H1.HeaderClassName
{
color: #370101;
}
.AnyTagClassName
{
color: #370101;
}
</style>
background-color css
<style>
a { background-color: #370101; }
a { background-color: rgb(55,1,1); }
div.DivClassName
{
background-color: #370101;
}
.BgClassName
{
background-color: #370101;
}
</style>
border-color css
<style>
span { border-color: #370101; }
span { border-color: rgb(55,1,1); }
td.TdClassName
{
border-color: #370101;
}
.TagClassName
{
border-color: #370101;
}
</style>