Shades of Seal Brown #370B03
Tints of Seal Brown #370B03
RGB
CMYK
RGB Variations
Color information
#370B03 (or 0x370B03) is known color: Seal Brown. HEX triplet: 37, 0B and 03. RGB value is (55,11,3). Sum of RGB (Red+Green+Blue) = 55+11+3=69 (9% of max value = 765). Red value is 55 (21.88% from 255 or 79.71% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 55 - color contains mainly: red. Hex color #370B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B03 is #C8F4FC. Grayscale: #171717. Windows color (decimal): -13169917 or 199479. OLE color: 199479.
HSL color Cylindrical-coordinate representation of color #370B03: hue angle of 9.23º 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 #370B03 is Cyan = 0, Magento = 0.8, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 3 | - |
| CMYK | 0 | 0.8 | 0.95 | 0.78 |
| HSL | 9.23º | 0.9% | 0.11% | - |
| HSV(B) | 9.23º | 0.95% | 0.22% | - |
| XYZ | 1.71 | 1.06 | 0.2 | - |
| YUV | 23.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 3 | 0 | 0.8 | 0.95 | 0.78 | 9.23 | 0.9 | 0.11 |
| Hex | 37 | B | 3 | 0 | 50 | 5F | 4E | 9 | 5A | B |
| Octal | 67 | 13 | 3 | 0 | 120 | 137 | 116 | 11 | 132 | 13 |
| Binary | 110111 | 1011 | 11 | 0 | 1010000 | 1011111 | 1001110 | 1001 | 1011010 | 1011 |
Color Harmonies of #370B03
Complementary color
Monochromatic Colors of #370B03
Black with #370B03
Text Example
Text Example
White with #370B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B03; }
p { color: rgb(55,11,3); }
H1.HeaderClassName
{
color: #370B03;
}
.AnyTagClassName
{
color: #370B03;
}
</style>
background-color css
<style>
a { background-color: #370B03; }
a { background-color: rgb(55,11,3); }
div.DivClassName
{
background-color: #370B03;
}
.BgClassName
{
background-color: #370B03;
}
</style>
border-color css
<style>
span { border-color: #370B03; }
span { border-color: rgb(55,11,3); }
td.TdClassName
{
border-color: #370B03;
}
.TagClassName
{
border-color: #370B03;
}
</style>