Shades of Seal Brown #370403
Tints of Seal Brown #370403
RGB
CMYK
RGB Variations
Color information
#370403 (or 0x370403) is known color: Seal Brown. HEX triplet: 37, 04 and 03. RGB value is (55,4,3). Sum of RGB (Red+Green+Blue) = 55+4+3=62 (8% of max value = 765). Red value is 55 (21.88% from 255 or 88.71% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 3 (1.56% from 255 or 4.84% from 62); Max value from RGB is 55 - color contains mainly: red. Hex color #370403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370403 is #C8FBFC. Grayscale: #131313. Windows color (decimal): -13171709 or 197687. OLE color: 197687.
HSL color Cylindrical-coordinate representation of color #370403: hue angle of 1.15º 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 #370403 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 4 | 3 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.78 |
| HSL | 1.15º | 0.9% | 0.11% | - |
| HSV(B) | 1.15º | 0.95% | 0.22% | - |
| XYZ | 1.64 | 0.91 | 0.17 | - |
| YUV | 19.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 4 | 3 | 0 | 0.93 | 0.95 | 0.78 | 1.15 | 0.9 | 0.11 |
| Hex | 37 | 4 | 3 | 0 | 5D | 5F | 4E | 1 | 5A | B |
| Octal | 67 | 4 | 3 | 0 | 135 | 137 | 116 | 1 | 132 | 13 |
| Binary | 110111 | 100 | 11 | 0 | 1011101 | 1011111 | 1001110 | 1 | 1011010 | 1011 |
Color Harmonies of #370403
Complementary color
Monochromatic Colors of #370403
Black with #370403
Text Example
Text Example
White with #370403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370403; }
p { color: rgb(55,4,3); }
H1.HeaderClassName
{
color: #370403;
}
.AnyTagClassName
{
color: #370403;
}
</style>
background-color css
<style>
a { background-color: #370403; }
a { background-color: rgb(55,4,3); }
div.DivClassName
{
background-color: #370403;
}
.BgClassName
{
background-color: #370403;
}
</style>
border-color css
<style>
span { border-color: #370403; }
span { border-color: rgb(55,4,3); }
td.TdClassName
{
border-color: #370403;
}
.TagClassName
{
border-color: #370403;
}
</style>