Shades of Seal Brown #370F01
Tints of Seal Brown #370F01
RGB
CMYK
RGB Variations
Color information
#370F01 (or 0x370F01) is known color: Seal Brown. HEX triplet: 37, 0F and 01. RGB value is (55,15,1). Sum of RGB (Red+Green+Blue) = 55+15+1=71 (9% of max value = 765). Red value is 55 (21.88% from 255 or 77.46% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 55 - color contains mainly: red. Hex color #370F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F01 is #C8F0FE. Grayscale: #191919. Windows color (decimal): -13168895 or 69431. OLE color: 69431.
HSL color Cylindrical-coordinate representation of color #370F01: hue angle of 15.56º 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 #370F01 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 15 | 1 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.78 |
| HSL | 15.56º | 0.96% | 0.11% | - |
| HSV(B) | 15.56º | 0.98% | 0.22% | - |
| XYZ | 1.75 | 1.16 | 0.16 | - |
| YUV | 25.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 1 | 0 | 0.73 | 0.98 | 0.78 | 15.56 | 0.96 | 0.11 |
| Hex | 37 | F | 1 | 0 | 49 | 62 | 4E | 10 | 60 | B |
| Octal | 67 | 17 | 1 | 0 | 111 | 142 | 116 | 20 | 140 | 13 |
| Binary | 110111 | 1111 | 1 | 0 | 1001001 | 1100010 | 1001110 | 10000 | 1100000 | 1011 |
Color Harmonies of #370F01
Complementary color
Monochromatic Colors of #370F01
Black with #370F01
Text Example
Text Example
White with #370F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F01; }
p { color: rgb(55,15,1); }
H1.HeaderClassName
{
color: #370F01;
}
.AnyTagClassName
{
color: #370F01;
}
</style>
background-color css
<style>
a { background-color: #370F01; }
a { background-color: rgb(55,15,1); }
div.DivClassName
{
background-color: #370F01;
}
.BgClassName
{
background-color: #370F01;
}
</style>
border-color css
<style>
span { border-color: #370F01; }
span { border-color: rgb(55,15,1); }
td.TdClassName
{
border-color: #370F01;
}
.TagClassName
{
border-color: #370F01;
}
</style>