Shades of Seal Brown #321513
Tints of Seal Brown #321513
RGB
CMYK
RGB Variations
Color information
#321513 (or 0x321513) is known color: Seal Brown. HEX triplet: 32, 15 and 13. RGB value is (50,21,19). Sum of RGB (Red+Green+Blue) = 50+21+19=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #321513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321513 is #CDEAEC. Grayscale: #1D1D1D. Windows color (decimal): -13495021 or 1250610. OLE color: 1250610.
HSL color Cylindrical-coordinate representation of color #321513: hue angle of 3.87º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321513 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 21 | 19 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.80 |
| HSL | 3.87º | 0.45% | 0.14% | - |
| HSV(B) | 3.87º | 0.62% | 0.2% | - |
| XYZ | 1.7 | 1.26 | 0.77 | - |
| YUV | 29.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 19 | 0 | 0.58 | 0.62 | 0.80 | 3.87 | 0.45 | 0.14 |
| Hex | 32 | 15 | 13 | 0 | 3A | 3E | 50 | 4 | 2D | E |
| Octal | 62 | 25 | 23 | 0 | 72 | 76 | 120 | 4 | 55 | 16 |
| Binary | 110010 | 10101 | 10011 | 0 | 111010 | 111110 | 1010000 | 100 | 101101 | 1110 |
Color Harmonies of #321513
Complementary color
Monochromatic Colors of #321513
Black with #321513
Text Example
Text Example
White with #321513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321513; }
p { color: rgb(50,21,19); }
H1.HeaderClassName
{
color: #321513;
}
.AnyTagClassName
{
color: #321513;
}
</style>
background-color css
<style>
a { background-color: #321513; }
a { background-color: rgb(50,21,19); }
div.DivClassName
{
background-color: #321513;
}
.BgClassName
{
background-color: #321513;
}
</style>
border-color css
<style>
span { border-color: #321513; }
span { border-color: rgb(50,21,19); }
td.TdClassName
{
border-color: #321513;
}
.TagClassName
{
border-color: #321513;
}
</style>