Shades of Seal Brown #370B00
Tints of Seal Brown #370B00
RGB
CMYK
RGB Variations
Color information
#370B00 (or 0x370B00) is known color: Seal Brown. HEX triplet: 37, 0B and 00. RGB value is (55,11,0). Sum of RGB (Red+Green+Blue) = 55+11+0=66 (8% of max value = 765). Red value is 55 (21.88% from 255 or 83.33% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 55 - color contains mainly: red. Hex color #370B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B00 is #C8F4FF. Grayscale: #161616. Windows color (decimal): -13169920 or 2871. OLE color: 2871.
HSL color Cylindrical-coordinate representation of color #370B00: hue angle of 12º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370B00 is Cyan = 0, Magento = 0.8, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 0 | - |
| CMYK | 0 | 0.8 | 1 | 0.78 |
| HSL | 12º | 1% | 0.11% | - |
| HSV(B) | 12º | 1% | 0.22% | - |
| XYZ | 1.7 | 1.05 | 0.11 | - |
| YUV | 22.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 0 | 0 | 0.8 | 1 | 0.78 | 12 | 1 | 0.11 |
| Hex | 37 | B | 0 | 0 | 50 | 64 | 4E | C | 64 | B |
| Octal | 67 | 13 | 0 | 0 | 120 | 144 | 116 | 14 | 144 | 13 |
| Binary | 110111 | 1011 | 0 | 0 | 1010000 | 1100100 | 1001110 | 1100 | 1100100 | 1011 |
Color Harmonies of #370B00
Complementary color
Monochromatic Colors of #370B00
Black with #370B00
Text Example
Text Example
White with #370B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B00; }
p { color: rgb(55,11,0); }
H1.HeaderClassName
{
color: #370B00;
}
.AnyTagClassName
{
color: #370B00;
}
</style>
background-color css
<style>
a { background-color: #370B00; }
a { background-color: rgb(55,11,0); }
div.DivClassName
{
background-color: #370B00;
}
.BgClassName
{
background-color: #370B00;
}
</style>
border-color css
<style>
span { border-color: #370B00; }
span { border-color: rgb(55,11,0); }
td.TdClassName
{
border-color: #370B00;
}
.TagClassName
{
border-color: #370B00;
}
</style>