Shades of Seal Brown #321919
Tints of Seal Brown #321919
RGB
CMYK
RGB Variations
Color information
#321919 (or 0x321919) is known color: Seal Brown. HEX triplet: 32, 19 and 19. RGB value is (50,25,25). Sum of RGB (Red+Green+Blue) = 50+25+25=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #321919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321919 is #CDE6E6. Grayscale: #202020. Windows color (decimal): -13493991 or 1644850. OLE color: 1644850.
HSL color Cylindrical-coordinate representation of color #321919: hue angle of 0º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #321919 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 25 | 25 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.80 |
| HSL | 0º | 0.33% | 0.15% | - |
| HSV(B) | 0º | 0.5% | 0.2% | - |
| XYZ | 1.84 | 1.44 | 1.1 | - |
| YUV | 32.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 25 | 0 | 0.50 | 0.50 | 0.80 | 0 | 0.33 | 0.15 |
| Hex | 32 | 19 | 19 | 0 | 32 | 32 | 50 | 0 | 21 | F |
| Octal | 62 | 31 | 31 | 0 | 62 | 62 | 120 | 0 | 41 | 17 |
| Binary | 110010 | 11001 | 11001 | 0 | 110010 | 110010 | 1010000 | 0 | 100001 | 1111 |
Color Harmonies of #321919
Complementary color
Monochromatic Colors of #321919
Black with #321919
Text Example
Text Example
White with #321919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321919; }
p { color: rgb(50,25,25); }
H1.HeaderClassName
{
color: #321919;
}
.AnyTagClassName
{
color: #321919;
}
</style>
background-color css
<style>
a { background-color: #321919; }
a { background-color: rgb(50,25,25); }
div.DivClassName
{
background-color: #321919;
}
.BgClassName
{
background-color: #321919;
}
</style>
border-color css
<style>
span { border-color: #321919; }
span { border-color: rgb(50,25,25); }
td.TdClassName
{
border-color: #321919;
}
.TagClassName
{
border-color: #321919;
}
</style>