Shades of Seal Brown #371B17
Tints of Seal Brown #371B17
RGB
CMYK
RGB Variations
Color information
#371B17 (or 0x371B17) is known color: Seal Brown. HEX triplet: 37, 1B and 17. RGB value is (55,27,23). Sum of RGB (Red+Green+Blue) = 55+27+23=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #371B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B17 is #C8E4E8. Grayscale: #222222. Windows color (decimal): -13165801 or 1514295. OLE color: 1514295.
HSL color Cylindrical-coordinate representation of color #371B17: hue angle of 7.5º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #371B17 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 27 | 23 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.78 |
| HSL | 7.5º | 0.41% | 0.15% | - |
| HSV(B) | 7.5º | 0.58% | 0.22% | - |
| XYZ | 2.12 | 1.66 | 1.02 | - |
| YUV | 34.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 23 | 0 | 0.51 | 0.58 | 0.78 | 7.5 | 0.41 | 0.15 |
| Hex | 37 | 1B | 17 | 0 | 33 | 3A | 4E | 8 | 29 | F |
| Octal | 67 | 33 | 27 | 0 | 63 | 72 | 116 | 10 | 51 | 17 |
| Binary | 110111 | 11011 | 10111 | 0 | 110011 | 111010 | 1001110 | 1000 | 101001 | 1111 |
Color Harmonies of #371B17
Complementary color
Monochromatic Colors of #371B17
Black with #371B17
Text Example
Text Example
White with #371B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B17; }
p { color: rgb(55,27,23); }
H1.HeaderClassName
{
color: #371B17;
}
.AnyTagClassName
{
color: #371B17;
}
</style>
background-color css
<style>
a { background-color: #371B17; }
a { background-color: rgb(55,27,23); }
div.DivClassName
{
background-color: #371B17;
}
.BgClassName
{
background-color: #371B17;
}
</style>
border-color css
<style>
span { border-color: #371B17; }
span { border-color: rgb(55,27,23); }
td.TdClassName
{
border-color: #371B17;
}
.TagClassName
{
border-color: #371B17;
}
</style>