Shades of Seal Brown #370A01
Tints of Seal Brown #370A01
RGB
CMYK
RGB Variations
Color information
#370A01 (or 0x370A01) is known color: Seal Brown. HEX triplet: 37, 0A and 01. RGB value is (55,10,1). Sum of RGB (Red+Green+Blue) = 55+10+1=66 (8% of max value = 765). Red value is 55 (21.88% from 255 or 83.33% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 55 - color contains mainly: red. Hex color #370A01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A01 is #C8F5FE. Grayscale: #161616. Windows color (decimal): -13170175 or 68151. OLE color: 68151.
HSL color Cylindrical-coordinate representation of color #370A01: hue angle of 10º 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 #370A01 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 1 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.78 |
| HSL | 10º | 0.96% | 0.11% | - |
| HSV(B) | 10º | 0.98% | 0.22% | - |
| XYZ | 1.69 | 1.03 | 0.14 | - |
| YUV | 22.43 | 115.91 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 1 | 0 | 0.82 | 0.98 | 0.78 | 10 | 0.96 | 0.11 |
| Hex | 37 | A | 1 | 0 | 52 | 62 | 4E | A | 60 | B |
| Octal | 67 | 12 | 1 | 0 | 122 | 142 | 116 | 12 | 140 | 13 |
| Binary | 110111 | 1010 | 1 | 0 | 1010010 | 1100010 | 1001110 | 1010 | 1100000 | 1011 |
Color Harmonies of #370A01
Complementary color
Monochromatic Colors of #370A01
Black with #370A01
Text Example
Text Example
White with #370A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A01; }
p { color: rgb(55,10,1); }
H1.HeaderClassName
{
color: #370A01;
}
.AnyTagClassName
{
color: #370A01;
}
</style>
background-color css
<style>
a { background-color: #370A01; }
a { background-color: rgb(55,10,1); }
div.DivClassName
{
background-color: #370A01;
}
.BgClassName
{
background-color: #370A01;
}
</style>
border-color css
<style>
span { border-color: #370A01; }
span { border-color: rgb(55,10,1); }
td.TdClassName
{
border-color: #370A01;
}
.TagClassName
{
border-color: #370A01;
}
</style>