Shades of Seal Brown #321915
Tints of Seal Brown #321915
RGB
CMYK
RGB Variations
Color information
#321915 (or 0x321915) is known color: Seal Brown. HEX triplet: 32, 19 and 15. RGB value is (50,25,21). Sum of RGB (Red+Green+Blue) = 50+25+21=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #321915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321915 is #CDE6EA. Grayscale: #202020. Windows color (decimal): -13493995 or 1382706. OLE color: 1382706.
HSL color Cylindrical-coordinate representation of color #321915: hue angle of 8.28º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321915 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 25 | 21 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.80 |
| HSL | 8.28º | 0.41% | 0.14% | - |
| HSV(B) | 8.28º | 0.58% | 0.2% | - |
| XYZ | 1.8 | 1.43 | 0.89 | - |
| YUV | 32.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 21 | 0 | 0.50 | 0.58 | 0.80 | 8.28 | 0.41 | 0.14 |
| Hex | 32 | 19 | 15 | 0 | 32 | 3A | 50 | 8 | 29 | E |
| Octal | 62 | 31 | 25 | 0 | 62 | 72 | 120 | 10 | 51 | 16 |
| Binary | 110010 | 11001 | 10101 | 0 | 110010 | 111010 | 1010000 | 1000 | 101001 | 1110 |
Color Harmonies of #321915
Complementary color
Monochromatic Colors of #321915
Black with #321915
Text Example
Text Example
White with #321915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321915; }
p { color: rgb(50,25,21); }
H1.HeaderClassName
{
color: #321915;
}
.AnyTagClassName
{
color: #321915;
}
</style>
background-color css
<style>
a { background-color: #321915; }
a { background-color: rgb(50,25,21); }
div.DivClassName
{
background-color: #321915;
}
.BgClassName
{
background-color: #321915;
}
</style>
border-color css
<style>
span { border-color: #321915; }
span { border-color: rgb(50,25,21); }
td.TdClassName
{
border-color: #321915;
}
.TagClassName
{
border-color: #321915;
}
</style>