Shades of Seal Brown #371105
Tints of Seal Brown #371105
RGB
CMYK
RGB Variations
Color information
#371105 (or 0x371105) is known color: Seal Brown. HEX triplet: 37, 11 and 05. RGB value is (55,17,5). Sum of RGB (Red+Green+Blue) = 55+17+5=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #371105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371105 is #C8EEFA. Grayscale: #1B1B1B. Windows color (decimal): -13168379 or 332087. OLE color: 332087.
HSL color Cylindrical-coordinate representation of color #371105: hue angle of 14.4º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #371105 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 17 | 5 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.78 |
| HSL | 14.4º | 0.83% | 0.12% | - |
| HSV(B) | 14.4º | 0.91% | 0.22% | - |
| XYZ | 1.8 | 1.22 | 0.28 | - |
| YUV | 26.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 5 | 0 | 0.69 | 0.91 | 0.78 | 14.4 | 0.83 | 0.12 |
| Hex | 37 | 11 | 5 | 0 | 45 | 5B | 4E | E | 53 | C |
| Octal | 67 | 21 | 5 | 0 | 105 | 133 | 116 | 16 | 123 | 14 |
| Binary | 110111 | 10001 | 101 | 0 | 1000101 | 1011011 | 1001110 | 1110 | 1010011 | 1100 |
Color Harmonies of #371105
Complementary color
Monochromatic Colors of #371105
Black with #371105
Text Example
Text Example
White with #371105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371105; }
p { color: rgb(55,17,5); }
H1.HeaderClassName
{
color: #371105;
}
.AnyTagClassName
{
color: #371105;
}
</style>
background-color css
<style>
a { background-color: #371105; }
a { background-color: rgb(55,17,5); }
div.DivClassName
{
background-color: #371105;
}
.BgClassName
{
background-color: #371105;
}
</style>
border-color css
<style>
span { border-color: #371105; }
span { border-color: rgb(55,17,5); }
td.TdClassName
{
border-color: #371105;
}
.TagClassName
{
border-color: #371105;
}
</style>