Shades of Seal Brown #370A03
Tints of Seal Brown #370A03
RGB
CMYK
RGB Variations
Color information
#370A03 (or 0x370A03) is known color: Seal Brown. HEX triplet: 37, 0A and 03. RGB value is (55,10,3). Sum of RGB (Red+Green+Blue) = 55+10+3=68 (9% of max value = 765). Red value is 55 (21.88% from 255 or 80.88% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 55 - color contains mainly: red. Hex color #370A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A03 is #C8F5FC. Grayscale: #161616. Windows color (decimal): -13170173 or 199223. OLE color: 199223.
HSL color Cylindrical-coordinate representation of color #370A03: hue angle of 8.08º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370A03 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 3 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.78 |
| HSL | 8.08º | 0.9% | 0.11% | - |
| HSV(B) | 8.08º | 0.95% | 0.22% | - |
| XYZ | 1.7 | 1.04 | 0.2 | - |
| YUV | 22.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 3 | 0 | 0.82 | 0.95 | 0.78 | 8.08 | 0.9 | 0.11 |
| Hex | 37 | A | 3 | 0 | 52 | 5F | 4E | 8 | 5A | B |
| Octal | 67 | 12 | 3 | 0 | 122 | 137 | 116 | 10 | 132 | 13 |
| Binary | 110111 | 1010 | 11 | 0 | 1010010 | 1011111 | 1001110 | 1000 | 1011010 | 1011 |
Color Harmonies of #370A03
Complementary color
Monochromatic Colors of #370A03
Black with #370A03
Text Example
Text Example
White with #370A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A03; }
p { color: rgb(55,10,3); }
H1.HeaderClassName
{
color: #370A03;
}
.AnyTagClassName
{
color: #370A03;
}
</style>
background-color css
<style>
a { background-color: #370A03; }
a { background-color: rgb(55,10,3); }
div.DivClassName
{
background-color: #370A03;
}
.BgClassName
{
background-color: #370A03;
}
</style>
border-color css
<style>
span { border-color: #370A03; }
span { border-color: rgb(55,10,3); }
td.TdClassName
{
border-color: #370A03;
}
.TagClassName
{
border-color: #370A03;
}
</style>