Shades of Seal Brown #37110B
Tints of Seal Brown #37110B
RGB
CMYK
RGB Variations
Color information
#37110B (or 0x37110B) is known color: Seal Brown. HEX triplet: 37, 11 and 0B. RGB value is (55,17,11). Sum of RGB (Red+Green+Blue) = 55+17+11=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #37110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37110B is #C8EEF4. Grayscale: #1B1B1B. Windows color (decimal): -13168373 or 725303. OLE color: 725303.
HSL color Cylindrical-coordinate representation of color #37110B: hue angle of 8.18º 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 #37110B is Cyan = 0, Magento = 0.69, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 17 | 11 | - |
| CMYK | 0 | 0.69 | 0.8 | 0.78 |
| HSL | 8.18º | 0.67% | 0.13% | - |
| HSV(B) | 8.18º | 0.8% | 0.22% | - |
| XYZ | 1.84 | 1.24 | 0.46 | - |
| YUV | 27.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 11 | 0 | 0.69 | 0.8 | 0.78 | 8.18 | 0.67 | 0.13 |
| Hex | 37 | 11 | B | 0 | 45 | 50 | 4E | 8 | 43 | D |
| Octal | 67 | 21 | 13 | 0 | 105 | 120 | 116 | 10 | 103 | 15 |
| Binary | 110111 | 10001 | 1011 | 0 | 1000101 | 1010000 | 1001110 | 1000 | 1000011 | 1101 |
Color Harmonies of #37110B
Complementary color
Monochromatic Colors of #37110B
Black with #37110B
Text Example
Text Example
White with #37110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37110B; }
p { color: rgb(55,17,11); }
H1.HeaderClassName
{
color: #37110B;
}
.AnyTagClassName
{
color: #37110B;
}
</style>
background-color css
<style>
a { background-color: #37110B; }
a { background-color: rgb(55,17,11); }
div.DivClassName
{
background-color: #37110B;
}
.BgClassName
{
background-color: #37110B;
}
</style>
border-color css
<style>
span { border-color: #37110B; }
span { border-color: rgb(55,17,11); }
td.TdClassName
{
border-color: #37110B;
}
.TagClassName
{
border-color: #37110B;
}
</style>