Shades of Seal Brown #370C0B
Tints of Seal Brown #370C0B
RGB
CMYK
RGB Variations
Color information
#370C0B (or 0x370C0B) is known color: Seal Brown. HEX triplet: 37, 0C and 0B. RGB value is (55,12,11). Sum of RGB (Red+Green+Blue) = 55+12+11=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #370C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C0B is #C8F3F4. Grayscale: #181818. Windows color (decimal): -13169653 or 724023. OLE color: 724023.
HSL color Cylindrical-coordinate representation of color #370C0B: hue angle of 1.36º 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 #370C0B is Cyan = 0, Magento = 0.78, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 12 | 11 | - |
| CMYK | 0 | 0.78 | 0.8 | 0.78 |
| HSL | 1.36º | 0.67% | 0.13% | - |
| HSV(B) | 1.36º | 0.8% | 0.22% | - |
| XYZ | 1.77 | 1.1 | 0.44 | - |
| YUV | 24.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 11 | 0 | 0.78 | 0.8 | 0.78 | 1.36 | 0.67 | 0.13 |
| Hex | 37 | C | B | 0 | 4E | 50 | 4E | 1 | 43 | D |
| Octal | 67 | 14 | 13 | 0 | 116 | 120 | 116 | 1 | 103 | 15 |
| Binary | 110111 | 1100 | 1011 | 0 | 1001110 | 1010000 | 1001110 | 1 | 1000011 | 1101 |
Color Harmonies of #370C0B
Complementary color
Monochromatic Colors of #370C0B
Black with #370C0B
Text Example
Text Example
White with #370C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C0B; }
p { color: rgb(55,12,11); }
H1.HeaderClassName
{
color: #370C0B;
}
.AnyTagClassName
{
color: #370C0B;
}
</style>
background-color css
<style>
a { background-color: #370C0B; }
a { background-color: rgb(55,12,11); }
div.DivClassName
{
background-color: #370C0B;
}
.BgClassName
{
background-color: #370C0B;
}
</style>
border-color css
<style>
span { border-color: #370C0B; }
span { border-color: rgb(55,12,11); }
td.TdClassName
{
border-color: #370C0B;
}
.TagClassName
{
border-color: #370C0B;
}
</style>