Shades of Seal Brown #370A04
Tints of Seal Brown #370A04
RGB
CMYK
RGB Variations
Color information
#370A04 (or 0x370A04) is known color: Seal Brown. HEX triplet: 37, 0A and 04. RGB value is (55,10,4). Sum of RGB (Red+Green+Blue) = 55+10+4=69 (9% of max value = 765). Red value is 55 (21.88% from 255 or 79.71% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 55 - color contains mainly: red. Hex color #370A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A04 is #C8F5FB. Grayscale: #161616. Windows color (decimal): -13170172 or 264759. OLE color: 264759.
HSL color Cylindrical-coordinate representation of color #370A04: hue angle of 7.06º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370A04 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 4 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.78 |
| HSL | 7.06º | 0.86% | 0.12% | - |
| HSV(B) | 7.06º | 0.93% | 0.22% | - |
| XYZ | 1.71 | 1.04 | 0.23 | - |
| YUV | 22.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 4 | 0 | 0.82 | 0.93 | 0.78 | 7.06 | 0.86 | 0.12 |
| Hex | 37 | A | 4 | 0 | 52 | 5D | 4E | 7 | 56 | C |
| Octal | 67 | 12 | 4 | 0 | 122 | 135 | 116 | 7 | 126 | 14 |
| Binary | 110111 | 1010 | 100 | 0 | 1010010 | 1011101 | 1001110 | 111 | 1010110 | 1100 |
Color Harmonies of #370A04
Complementary color
Monochromatic Colors of #370A04
Black with #370A04
Text Example
Text Example
White with #370A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A04; }
p { color: rgb(55,10,4); }
H1.HeaderClassName
{
color: #370A04;
}
.AnyTagClassName
{
color: #370A04;
}
</style>
background-color css
<style>
a { background-color: #370A04; }
a { background-color: rgb(55,10,4); }
div.DivClassName
{
background-color: #370A04;
}
.BgClassName
{
background-color: #370A04;
}
</style>
border-color css
<style>
span { border-color: #370A04; }
span { border-color: rgb(55,10,4); }
td.TdClassName
{
border-color: #370A04;
}
.TagClassName
{
border-color: #370A04;
}
</style>