Shades of Seal Brown #331915
Tints of Seal Brown #331915
RGB
CMYK
RGB Variations
Color information
#331915 (or 0x331915) is known color: Seal Brown. HEX triplet: 33, 19 and 15. RGB value is (51,25,21). Sum of RGB (Red+Green+Blue) = 51+25+21=97 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.58% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 51 - color contains mainly: red. Hex color #331915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331915 is #CCE6EA. Grayscale: #202020. Windows color (decimal): -13428459 or 1382707. OLE color: 1382707.
HSL color Cylindrical-coordinate representation of color #331915: hue angle of 8º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #331915 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 25 | 21 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.8 |
| HSL | 8º | 0.42% | 0.14% | - |
| HSV(B) | 8º | 0.59% | 0.2% | - |
| XYZ | 1.85 | 1.45 | 0.89 | - |
| YUV | 32.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 21 | 0 | 0.51 | 0.59 | 0.8 | 8 | 0.42 | 0.14 |
| Hex | 33 | 19 | 15 | 0 | 33 | 3B | 50 | 8 | 2A | E |
| Octal | 63 | 31 | 25 | 0 | 63 | 73 | 120 | 10 | 52 | 16 |
| Binary | 110011 | 11001 | 10101 | 0 | 110011 | 111011 | 1010000 | 1000 | 101010 | 1110 |
Color Harmonies of #331915
Complementary color
Monochromatic Colors of #331915
Black with #331915
Text Example
Text Example
White with #331915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331915; }
p { color: rgb(51,25,21); }
H1.HeaderClassName
{
color: #331915;
}
.AnyTagClassName
{
color: #331915;
}
</style>
background-color css
<style>
a { background-color: #331915; }
a { background-color: rgb(51,25,21); }
div.DivClassName
{
background-color: #331915;
}
.BgClassName
{
background-color: #331915;
}
</style>
border-color css
<style>
span { border-color: #331915; }
span { border-color: rgb(51,25,21); }
td.TdClassName
{
border-color: #331915;
}
.TagClassName
{
border-color: #331915;
}
</style>