Shades of Seal Brown #370A0A
Tints of Seal Brown #370A0A
RGB
CMYK
RGB Variations
Color information
#370A0A (or 0x370A0A) is known color: Seal Brown. HEX triplet: 37, 0A and 0A. RGB value is (55,10,10). Sum of RGB (Red+Green+Blue) = 55+10+10=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #370A0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A0A is #C8F5F5. Grayscale: #171717. Windows color (decimal): -13170166 or 657975. OLE color: 657975.
HSL color Cylindrical-coordinate representation of color #370A0A: hue angle of 0º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #370A0A is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 10 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.78 |
| HSL | 0º | 0.69% | 0.13% | - |
| HSV(B) | 0º | 0.82% | 0.22% | - |
| XYZ | 1.74 | 1.05 | 0.4 | - |
| YUV | 23.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 10 | 0 | 0.82 | 0.82 | 0.78 | 0 | 0.69 | 0.13 |
| Hex | 37 | A | A | 0 | 52 | 52 | 4E | 0 | 45 | D |
| Octal | 67 | 12 | 12 | 0 | 122 | 122 | 116 | 0 | 105 | 15 |
| Binary | 110111 | 1010 | 1010 | 0 | 1010010 | 1010010 | 1001110 | 0 | 1000101 | 1101 |
Color Harmonies of #370A0A
Complementary color
Monochromatic Colors of #370A0A
Black with #370A0A
Text Example
Text Example
White with #370A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A0A; }
p { color: rgb(55,10,10); }
H1.HeaderClassName
{
color: #370A0A;
}
.AnyTagClassName
{
color: #370A0A;
}
</style>
background-color css
<style>
a { background-color: #370A0A; }
a { background-color: rgb(55,10,10); }
div.DivClassName
{
background-color: #370A0A;
}
.BgClassName
{
background-color: #370A0A;
}
</style>
border-color css
<style>
span { border-color: #370A0A; }
span { border-color: rgb(55,10,10); }
td.TdClassName
{
border-color: #370A0A;
}
.TagClassName
{
border-color: #370A0A;
}
</style>