Shades of Seal Brown #370B04
Tints of Seal Brown #370B04
RGB
CMYK
RGB Variations
Color information
#370B04 (or 0x370B04) is known color: Seal Brown. HEX triplet: 37, 0B and 04. RGB value is (55,11,4). Sum of RGB (Red+Green+Blue) = 55+11+4=70 (9% of max value = 765). Red value is 55 (21.88% from 255 or 78.57% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 55 - color contains mainly: red. Hex color #370B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B04 is #C8F4FB. Grayscale: #171717. Windows color (decimal): -13169916 or 265015. OLE color: 265015.
HSL color Cylindrical-coordinate representation of color #370B04: hue angle of 8.24º 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 #370B04 is Cyan = 0, Magento = 0.8, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 4 | - |
| CMYK | 0 | 0.8 | 0.93 | 0.78 |
| HSL | 8.24º | 0.86% | 0.12% | - |
| HSV(B) | 8.24º | 0.93% | 0.22% | - |
| XYZ | 1.72 | 1.06 | 0.23 | - |
| YUV | 23.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 4 | 0 | 0.8 | 0.93 | 0.78 | 8.24 | 0.86 | 0.12 |
| Hex | 37 | B | 4 | 0 | 50 | 5D | 4E | 8 | 56 | C |
| Octal | 67 | 13 | 4 | 0 | 120 | 135 | 116 | 10 | 126 | 14 |
| Binary | 110111 | 1011 | 100 | 0 | 1010000 | 1011101 | 1001110 | 1000 | 1010110 | 1100 |
Color Harmonies of #370B04
Complementary color
Monochromatic Colors of #370B04
Black with #370B04
Text Example
Text Example
White with #370B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B04; }
p { color: rgb(55,11,4); }
H1.HeaderClassName
{
color: #370B04;
}
.AnyTagClassName
{
color: #370B04;
}
</style>
background-color css
<style>
a { background-color: #370B04; }
a { background-color: rgb(55,11,4); }
div.DivClassName
{
background-color: #370B04;
}
.BgClassName
{
background-color: #370B04;
}
</style>
border-color css
<style>
span { border-color: #370B04; }
span { border-color: rgb(55,11,4); }
td.TdClassName
{
border-color: #370B04;
}
.TagClassName
{
border-color: #370B04;
}
</style>