Shades of Seal Brown #370E00
Tints of Seal Brown #370E00
RGB
CMYK
RGB Variations
Color information
#370E00 (or 0x370E00) is known color: Seal Brown. HEX triplet: 37, 0E and 00. RGB value is (55,14,0). Sum of RGB (Red+Green+Blue) = 55+14+0=69 (9% of max value = 765). Red value is 55 (21.88% from 255 or 79.71% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 55 - color contains mainly: red. Hex color #370E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E00 is #C8F1FF. Grayscale: #181818. Windows color (decimal): -13169152 or 3639. OLE color: 3639.
HSL color Cylindrical-coordinate representation of color #370E00: hue angle of 15.27º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370E00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 14 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.78 |
| HSL | 15.27º | 1% | 0.11% | - |
| HSV(B) | 15.27º | 1% | 0.22% | - |
| XYZ | 1.73 | 1.13 | 0.13 | - |
| YUV | 24.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 0 | 0 | 0.75 | 1 | 0.78 | 15.27 | 1 | 0.11 |
| Hex | 37 | E | 0 | 0 | 4B | 64 | 4E | F | 64 | B |
| Octal | 67 | 16 | 0 | 0 | 113 | 144 | 116 | 17 | 144 | 13 |
| Binary | 110111 | 1110 | 0 | 0 | 1001011 | 1100100 | 1001110 | 1111 | 1100100 | 1011 |
Color Harmonies of #370E00
Complementary color
Monochromatic Colors of #370E00
Black with #370E00
Text Example
Text Example
White with #370E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E00; }
p { color: rgb(55,14,0); }
H1.HeaderClassName
{
color: #370E00;
}
.AnyTagClassName
{
color: #370E00;
}
</style>
background-color css
<style>
a { background-color: #370E00; }
a { background-color: rgb(55,14,0); }
div.DivClassName
{
background-color: #370E00;
}
.BgClassName
{
background-color: #370E00;
}
</style>
border-color css
<style>
span { border-color: #370E00; }
span { border-color: rgb(55,14,0); }
td.TdClassName
{
border-color: #370E00;
}
.TagClassName
{
border-color: #370E00;
}
</style>