Shades of Seal Brown #370E06
Tints of Seal Brown #370E06
RGB
CMYK
RGB Variations
Color information
#370E06 (or 0x370E06) is known color: Seal Brown. HEX triplet: 37, 0E and 06. RGB value is (55,14,6). Sum of RGB (Red+Green+Blue) = 55+14+6=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #370E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E06 is #C8F1F9. Grayscale: #191919. Windows color (decimal): -13169146 or 396855. OLE color: 396855.
HSL color Cylindrical-coordinate representation of color #370E06: hue angle of 9.8º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370E06 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 14 | 6 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.78 |
| HSL | 9.8º | 0.8% | 0.12% | - |
| HSV(B) | 9.8º | 0.89% | 0.22% | - |
| XYZ | 1.77 | 1.14 | 0.3 | - |
| YUV | 25.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 6 | 0 | 0.75 | 0.89 | 0.78 | 9.8 | 0.8 | 0.12 |
| Hex | 37 | E | 6 | 0 | 4B | 59 | 4E | A | 50 | C |
| Octal | 67 | 16 | 6 | 0 | 113 | 131 | 116 | 12 | 120 | 14 |
| Binary | 110111 | 1110 | 110 | 0 | 1001011 | 1011001 | 1001110 | 1010 | 1010000 | 1100 |
Color Harmonies of #370E06
Complementary color
Monochromatic Colors of #370E06
Black with #370E06
Text Example
Text Example
White with #370E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E06; }
p { color: rgb(55,14,6); }
H1.HeaderClassName
{
color: #370E06;
}
.AnyTagClassName
{
color: #370E06;
}
</style>
background-color css
<style>
a { background-color: #370E06; }
a { background-color: rgb(55,14,6); }
div.DivClassName
{
background-color: #370E06;
}
.BgClassName
{
background-color: #370E06;
}
</style>
border-color css
<style>
span { border-color: #370E06; }
span { border-color: rgb(55,14,6); }
td.TdClassName
{
border-color: #370E06;
}
.TagClassName
{
border-color: #370E06;
}
</style>