Shades of Seal Brown #321611
Tints of Seal Brown #321611
RGB
CMYK
RGB Variations
Color information
#321611 (or 0x321611) is known color: Seal Brown. HEX triplet: 32, 16 and 11. RGB value is (50,22,17). Sum of RGB (Red+Green+Blue) = 50+22+17=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #321611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321611 is #CDE9EE. Grayscale: #1D1D1D. Windows color (decimal): -13494767 or 1119794. OLE color: 1119794.
HSL color Cylindrical-coordinate representation of color #321611: hue angle of 9.09º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321611 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 22 | 17 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.80 |
| HSL | 9.09º | 0.49% | 0.13% | - |
| HSV(B) | 9.09º | 0.66% | 0.2% | - |
| XYZ | 1.7 | 1.29 | 0.69 | - |
| YUV | 29.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 17 | 0 | 0.56 | 0.66 | 0.80 | 9.09 | 0.49 | 0.13 |
| Hex | 32 | 16 | 11 | 0 | 38 | 42 | 50 | 9 | 31 | D |
| Octal | 62 | 26 | 21 | 0 | 70 | 102 | 120 | 11 | 61 | 15 |
| Binary | 110010 | 10110 | 10001 | 0 | 111000 | 1000010 | 1010000 | 1001 | 110001 | 1101 |
Color Harmonies of #321611
Complementary color
Monochromatic Colors of #321611
Black with #321611
Text Example
Text Example
White with #321611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321611; }
p { color: rgb(50,22,17); }
H1.HeaderClassName
{
color: #321611;
}
.AnyTagClassName
{
color: #321611;
}
</style>
background-color css
<style>
a { background-color: #321611; }
a { background-color: rgb(50,22,17); }
div.DivClassName
{
background-color: #321611;
}
.BgClassName
{
background-color: #321611;
}
</style>
border-color css
<style>
span { border-color: #321611; }
span { border-color: rgb(50,22,17); }
td.TdClassName
{
border-color: #321611;
}
.TagClassName
{
border-color: #321611;
}
</style>