Shades of Seal Brown #37100B
Tints of Seal Brown #37100B
RGB
CMYK
RGB Variations
Color information
#37100B (or 0x37100B) is known color: Seal Brown. HEX triplet: 37, 10 and 0B. RGB value is (55,16,11). Sum of RGB (Red+Green+Blue) = 55+16+11=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #37100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37100B is #C8EFF4. Grayscale: #1B1B1B. Windows color (decimal): -13168629 or 725047. OLE color: 725047.
HSL color Cylindrical-coordinate representation of color #37100B: hue angle of 6.82º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37100B is Cyan = 0, Magento = 0.71, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 16 | 11 | - |
| CMYK | 0 | 0.71 | 0.8 | 0.78 |
| HSL | 6.82º | 0.67% | 0.13% | - |
| HSV(B) | 6.82º | 0.8% | 0.22% | - |
| XYZ | 1.82 | 1.21 | 0.45 | - |
| YUV | 27.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 11 | 0 | 0.71 | 0.8 | 0.78 | 6.82 | 0.67 | 0.13 |
| Hex | 37 | 10 | B | 0 | 47 | 50 | 4E | 7 | 43 | D |
| Octal | 67 | 20 | 13 | 0 | 107 | 120 | 116 | 7 | 103 | 15 |
| Binary | 110111 | 10000 | 1011 | 0 | 1000111 | 1010000 | 1001110 | 111 | 1000011 | 1101 |
Color Harmonies of #37100B
Complementary color
Monochromatic Colors of #37100B
Black with #37100B
Text Example
Text Example
White with #37100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37100B; }
p { color: rgb(55,16,11); }
H1.HeaderClassName
{
color: #37100B;
}
.AnyTagClassName
{
color: #37100B;
}
</style>
background-color css
<style>
a { background-color: #37100B; }
a { background-color: rgb(55,16,11); }
div.DivClassName
{
background-color: #37100B;
}
.BgClassName
{
background-color: #37100B;
}
</style>
border-color css
<style>
span { border-color: #37100B; }
span { border-color: rgb(55,16,11); }
td.TdClassName
{
border-color: #37100B;
}
.TagClassName
{
border-color: #37100B;
}
</style>