Shades of Seal Brown #321C19
Tints of Seal Brown #321C19
RGB
CMYK
RGB Variations
Color information
#321C19 (or 0x321C19) is known color: Seal Brown. HEX triplet: 32, 1C and 19. RGB value is (50,28,25). Sum of RGB (Red+Green+Blue) = 50+28+25=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #321C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C19 is #CDE3E6. Grayscale: #222222. Windows color (decimal): -13493223 or 1645618. OLE color: 1645618.
HSL color Cylindrical-coordinate representation of color #321C19: hue angle of 7.2º 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 #321C19 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 28 | 25 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.80 |
| HSL | 7.2º | 0.33% | 0.15% | - |
| HSV(B) | 7.2º | 0.5% | 0.2% | - |
| XYZ | 1.91 | 1.58 | 1.12 | - |
| YUV | 34.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 25 | 0 | 0.44 | 0.50 | 0.80 | 7.2 | 0.33 | 0.15 |
| Hex | 32 | 1C | 19 | 0 | 2C | 32 | 50 | 7 | 21 | F |
| Octal | 62 | 34 | 31 | 0 | 54 | 62 | 120 | 7 | 41 | 17 |
| Binary | 110010 | 11100 | 11001 | 0 | 101100 | 110010 | 1010000 | 111 | 100001 | 1111 |
Color Harmonies of #321C19
Complementary color
Monochromatic Colors of #321C19
Black with #321C19
Text Example
Text Example
White with #321C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C19; }
p { color: rgb(50,28,25); }
H1.HeaderClassName
{
color: #321C19;
}
.AnyTagClassName
{
color: #321C19;
}
</style>
background-color css
<style>
a { background-color: #321C19; }
a { background-color: rgb(50,28,25); }
div.DivClassName
{
background-color: #321C19;
}
.BgClassName
{
background-color: #321C19;
}
</style>
border-color css
<style>
span { border-color: #321C19; }
span { border-color: rgb(50,28,25); }
td.TdClassName
{
border-color: #321C19;
}
.TagClassName
{
border-color: #321C19;
}
</style>