Shades of Seal Brown #370E0E
Tints of Seal Brown #370E0E
RGB
CMYK
RGB Variations
Color information
#370E0E (or 0x370E0E) is known color: Seal Brown. HEX triplet: 37, 0E and 0E. RGB value is (55,14,14). Sum of RGB (Red+Green+Blue) = 55+14+14=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #370E0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E0E is #C8F1F1. Grayscale: #1A1A1A. Windows color (decimal): -13169138 or 921143. OLE color: 921143.
HSL color Cylindrical-coordinate representation of color #370E0E: hue angle of 0º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #370E0E is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 14 | 14 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.78 |
| HSL | 0º | 0.59% | 0.14% | - |
| HSV(B) | 0º | 0.75% | 0.22% | - |
| XYZ | 1.81 | 1.16 | 0.54 | - |
| YUV | 26.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 14 | 0 | 0.75 | 0.75 | 0.78 | 0 | 0.59 | 0.14 |
| Hex | 37 | E | E | 0 | 4B | 4B | 4E | 0 | 3B | E |
| Octal | 67 | 16 | 16 | 0 | 113 | 113 | 116 | 0 | 73 | 16 |
| Binary | 110111 | 1110 | 1110 | 0 | 1001011 | 1001011 | 1001110 | 0 | 111011 | 1110 |
Color Harmonies of #370E0E
Complementary color
Monochromatic Colors of #370E0E
Black with #370E0E
Text Example
Text Example
White with #370E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E0E; }
p { color: rgb(55,14,14); }
H1.HeaderClassName
{
color: #370E0E;
}
.AnyTagClassName
{
color: #370E0E;
}
</style>
background-color css
<style>
a { background-color: #370E0E; }
a { background-color: rgb(55,14,14); }
div.DivClassName
{
background-color: #370E0E;
}
.BgClassName
{
background-color: #370E0E;
}
</style>
border-color css
<style>
span { border-color: #370E0E; }
span { border-color: rgb(55,14,14); }
td.TdClassName
{
border-color: #370E0E;
}
.TagClassName
{
border-color: #370E0E;
}
</style>