Shades of Seal Brown #311211
Tints of Seal Brown #311211
RGB
CMYK
RGB Variations
Color information
#311211 (or 0x311211) is known color: Seal Brown. HEX triplet: 31, 12 and 11. RGB value is (49,18,17). Sum of RGB (Red+Green+Blue) = 49+18+17=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #311211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311211 is #CEEDEE. Grayscale: #1B1B1B. Windows color (decimal): -13561327 or 1118769. OLE color: 1118769.
HSL color Cylindrical-coordinate representation of color #311211: hue angle of 1.88º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311211 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 18 | 17 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.81 |
| HSL | 1.88º | 0.48% | 0.13% | - |
| HSV(B) | 1.88º | 0.65% | 0.19% | - |
| XYZ | 1.58 | 1.13 | 0.66 | - |
| YUV | 27.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 17 | 0 | 0.63 | 0.65 | 0.81 | 1.88 | 0.48 | 0.13 |
| Hex | 31 | 12 | 11 | 0 | 3F | 41 | 51 | 2 | 30 | D |
| Octal | 61 | 22 | 21 | 0 | 77 | 101 | 121 | 2 | 60 | 15 |
| Binary | 110001 | 10010 | 10001 | 0 | 111111 | 1000001 | 1010001 | 10 | 110000 | 1101 |
Color Harmonies of #311211
Complementary color
Monochromatic Colors of #311211
Black with #311211
Text Example
Text Example
White with #311211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311211; }
p { color: rgb(49,18,17); }
H1.HeaderClassName
{
color: #311211;
}
.AnyTagClassName
{
color: #311211;
}
</style>
background-color css
<style>
a { background-color: #311211; }
a { background-color: rgb(49,18,17); }
div.DivClassName
{
background-color: #311211;
}
.BgClassName
{
background-color: #311211;
}
</style>
border-color css
<style>
span { border-color: #311211; }
span { border-color: rgb(49,18,17); }
td.TdClassName
{
border-color: #311211;
}
.TagClassName
{
border-color: #311211;
}
</style>