Shades of Seal Brown #370800
Tints of Seal Brown #370800
RGB
CMYK
RGB Variations
Color information
#370800 (or 0x370800) is known color: Seal Brown. HEX triplet: 37, 08 and 00. RGB value is (55,8,0). Sum of RGB (Red+Green+Blue) = 55+8+0=63 (8% of max value = 765). Red value is 55 (21.88% from 255 or 87.30% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 55 - color contains mainly: red. Hex color #370800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370800 is #C8F7FF. Grayscale: #151515. Windows color (decimal): -13170688 or 2103. OLE color: 2103.
HSL color Cylindrical-coordinate representation of color #370800: hue angle of 8.73º 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 #370800 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 8 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.78 |
| HSL | 8.73º | 1% | 0.11% | - |
| HSV(B) | 8.73º | 1% | 0.22% | - |
| XYZ | 1.66 | 0.99 | 0.1 | - |
| YUV | 21.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 8 | 0 | 0 | 0.85 | 1 | 0.78 | 8.73 | 1 | 0.11 |
| Hex | 37 | 8 | 0 | 0 | 55 | 64 | 4E | 9 | 64 | B |
| Octal | 67 | 10 | 0 | 0 | 125 | 144 | 116 | 11 | 144 | 13 |
| Binary | 110111 | 1000 | 0 | 0 | 1010101 | 1100100 | 1001110 | 1001 | 1100100 | 1011 |
Color Harmonies of #370800
Complementary color
Monochromatic Colors of #370800
Black with #370800
Text Example
Text Example
White with #370800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370800; }
p { color: rgb(55,8,0); }
H1.HeaderClassName
{
color: #370800;
}
.AnyTagClassName
{
color: #370800;
}
</style>
background-color css
<style>
a { background-color: #370800; }
a { background-color: rgb(55,8,0); }
div.DivClassName
{
background-color: #370800;
}
.BgClassName
{
background-color: #370800;
}
</style>
border-color css
<style>
span { border-color: #370800; }
span { border-color: rgb(55,8,0); }
td.TdClassName
{
border-color: #370800;
}
.TagClassName
{
border-color: #370800;
}
</style>