Shades of Seal Brown #331511
Tints of Seal Brown #331511
RGB
CMYK
RGB Variations
Color information
#331511 (or 0x331511) is known color: Seal Brown. HEX triplet: 33, 15 and 11. RGB value is (51,21,17). Sum of RGB (Red+Green+Blue) = 51+21+17=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #331511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331511 is #CCEAEE. Grayscale: #1D1D1D. Windows color (decimal): -13429487 or 1119539. OLE color: 1119539.
HSL color Cylindrical-coordinate representation of color #331511: hue angle of 7.06º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331511 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 21 | 17 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.8 |
| HSL | 7.06º | 0.5% | 0.13% | - |
| HSV(B) | 7.06º | 0.67% | 0.2% | - |
| XYZ | 1.73 | 1.28 | 0.69 | - |
| YUV | 29.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 17 | 0 | 0.59 | 0.67 | 0.8 | 7.06 | 0.5 | 0.13 |
| Hex | 33 | 15 | 11 | 0 | 3B | 43 | 50 | 7 | 32 | D |
| Octal | 63 | 25 | 21 | 0 | 73 | 103 | 120 | 7 | 62 | 15 |
| Binary | 110011 | 10101 | 10001 | 0 | 111011 | 1000011 | 1010000 | 111 | 110010 | 1101 |
Color Harmonies of #331511
Complementary color
Monochromatic Colors of #331511
Black with #331511
Text Example
Text Example
White with #331511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331511; }
p { color: rgb(51,21,17); }
H1.HeaderClassName
{
color: #331511;
}
.AnyTagClassName
{
color: #331511;
}
</style>
background-color css
<style>
a { background-color: #331511; }
a { background-color: rgb(51,21,17); }
div.DivClassName
{
background-color: #331511;
}
.BgClassName
{
background-color: #331511;
}
</style>
border-color css
<style>
span { border-color: #331511; }
span { border-color: rgb(51,21,17); }
td.TdClassName
{
border-color: #331511;
}
.TagClassName
{
border-color: #331511;
}
</style>