Shades of Seal Brown #370D01
Tints of Seal Brown #370D01
RGB
CMYK
RGB Variations
Color information
#370D01 (or 0x370D01) is known color: Seal Brown. HEX triplet: 37, 0D and 01. RGB value is (55,13,1). Sum of RGB (Red+Green+Blue) = 55+13+1=69 (9% of max value = 765). Red value is 55 (21.88% from 255 or 79.71% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 55 - color contains mainly: red. Hex color #370D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370D01 is #C8F2FE. Grayscale: #181818. Windows color (decimal): -13169407 or 68919. OLE color: 68919.
HSL color Cylindrical-coordinate representation of color #370D01: hue angle of 13.33º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370D01 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 13 | 1 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.78 |
| HSL | 13.33º | 0.96% | 0.11% | - |
| HSV(B) | 13.33º | 0.98% | 0.22% | - |
| XYZ | 1.72 | 1.1 | 0.15 | - |
| YUV | 24.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 1 | 0 | 0.76 | 0.98 | 0.78 | 13.33 | 0.96 | 0.11 |
| Hex | 37 | D | 1 | 0 | 4C | 62 | 4E | D | 60 | B |
| Octal | 67 | 15 | 1 | 0 | 114 | 142 | 116 | 15 | 140 | 13 |
| Binary | 110111 | 1101 | 1 | 0 | 1001100 | 1100010 | 1001110 | 1101 | 1100000 | 1011 |
Color Harmonies of #370D01
Complementary color
Monochromatic Colors of #370D01
Black with #370D01
Text Example
Text Example
White with #370D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D01; }
p { color: rgb(55,13,1); }
H1.HeaderClassName
{
color: #370D01;
}
.AnyTagClassName
{
color: #370D01;
}
</style>
background-color css
<style>
a { background-color: #370D01; }
a { background-color: rgb(55,13,1); }
div.DivClassName
{
background-color: #370D01;
}
.BgClassName
{
background-color: #370D01;
}
</style>
border-color css
<style>
span { border-color: #370D01; }
span { border-color: rgb(55,13,1); }
td.TdClassName
{
border-color: #370D01;
}
.TagClassName
{
border-color: #370D01;
}
</style>