Shades of Seal Brown #371002
Tints of Seal Brown #371002
RGB
CMYK
RGB Variations
Color information
#371002 (or 0x371002) is known color: Seal Brown. HEX triplet: 37, 10 and 02. RGB value is (55,16,2). Sum of RGB (Red+Green+Blue) = 55+16+2=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #371002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371002 is #C8EFFD. Grayscale: #1A1A1A. Windows color (decimal): -13168638 or 135223. OLE color: 135223.
HSL color Cylindrical-coordinate representation of color #371002: hue angle of 15.85º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #371002 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 16 | 2 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.78 |
| HSL | 15.85º | 0.93% | 0.11% | - |
| HSV(B) | 15.85º | 0.96% | 0.22% | - |
| XYZ | 1.77 | 1.19 | 0.19 | - |
| YUV | 26.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 2 | 0 | 0.71 | 0.96 | 0.78 | 15.85 | 0.93 | 0.11 |
| Hex | 37 | 10 | 2 | 0 | 47 | 60 | 4E | 10 | 5D | B |
| Octal | 67 | 20 | 2 | 0 | 107 | 140 | 116 | 20 | 135 | 13 |
| Binary | 110111 | 10000 | 10 | 0 | 1000111 | 1100000 | 1001110 | 10000 | 1011101 | 1011 |
Color Harmonies of #371002
Complementary color
Monochromatic Colors of #371002
Black with #371002
Text Example
Text Example
White with #371002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371002; }
p { color: rgb(55,16,2); }
H1.HeaderClassName
{
color: #371002;
}
.AnyTagClassName
{
color: #371002;
}
</style>
background-color css
<style>
a { background-color: #371002; }
a { background-color: rgb(55,16,2); }
div.DivClassName
{
background-color: #371002;
}
.BgClassName
{
background-color: #371002;
}
</style>
border-color css
<style>
span { border-color: #371002; }
span { border-color: rgb(55,16,2); }
td.TdClassName
{
border-color: #371002;
}
.TagClassName
{
border-color: #371002;
}
</style>