Shades of Seal Brown #321914
Tints of Seal Brown #321914
RGB
CMYK
RGB Variations
Color information
#321914 (or 0x321914) is known color: Seal Brown. HEX triplet: 32, 19 and 14. RGB value is (50,25,20). Sum of RGB (Red+Green+Blue) = 50+25+20=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #321914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321914 is #CDE6EB. Grayscale: #1F1F1F. Windows color (decimal): -13493996 or 1317170. OLE color: 1317170.
HSL color Cylindrical-coordinate representation of color #321914: hue angle of 10º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #321914 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 25 | 20 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.80 |
| HSL | 10º | 0.43% | 0.14% | - |
| HSV(B) | 10º | 0.6% | 0.2% | - |
| XYZ | 1.79 | 1.42 | 0.84 | - |
| YUV | 31.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 20 | 0 | 0.50 | 0.60 | 0.80 | 10 | 0.43 | 0.14 |
| Hex | 32 | 19 | 14 | 0 | 32 | 3C | 50 | A | 2B | E |
| Octal | 62 | 31 | 24 | 0 | 62 | 74 | 120 | 12 | 53 | 16 |
| Binary | 110010 | 11001 | 10100 | 0 | 110010 | 111100 | 1010000 | 1010 | 101011 | 1110 |
Color Harmonies of #321914
Complementary color
Monochromatic Colors of #321914
Black with #321914
Text Example
Text Example
White with #321914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321914; }
p { color: rgb(50,25,20); }
H1.HeaderClassName
{
color: #321914;
}
.AnyTagClassName
{
color: #321914;
}
</style>
background-color css
<style>
a { background-color: #321914; }
a { background-color: rgb(50,25,20); }
div.DivClassName
{
background-color: #321914;
}
.BgClassName
{
background-color: #321914;
}
</style>
border-color css
<style>
span { border-color: #321914; }
span { border-color: rgb(50,25,20); }
td.TdClassName
{
border-color: #321914;
}
.TagClassName
{
border-color: #321914;
}
</style>