Shades of Seal Brown #321206
Tints of Seal Brown #321206
RGB
CMYK
RGB Variations
Color information
#321206 (or 0x321206) is known color: Seal Brown. HEX triplet: 32, 12 and 06. RGB value is (50,18,6). Sum of RGB (Red+Green+Blue) = 50+18+6=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #321206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321206 is #CDEDF9. Grayscale: #1A1A1A. Windows color (decimal): -13495802 or 397874. OLE color: 397874.
HSL color Cylindrical-coordinate representation of color #321206: hue angle of 16.36º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321206 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 18 | 6 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.80 |
| HSL | 16.36º | 0.79% | 0.11% | - |
| HSV(B) | 16.36º | 0.88% | 0.2% | - |
| XYZ | 1.56 | 1.12 | 0.31 | - |
| YUV | 26.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 6 | 0 | 0.64 | 0.88 | 0.80 | 16.36 | 0.79 | 0.11 |
| Hex | 32 | 12 | 6 | 0 | 40 | 58 | 50 | 10 | 4F | B |
| Octal | 62 | 22 | 6 | 0 | 100 | 130 | 120 | 20 | 117 | 13 |
| Binary | 110010 | 10010 | 110 | 0 | 1000000 | 1011000 | 1010000 | 10000 | 1001111 | 1011 |
Color Harmonies of #321206
Complementary color
Monochromatic Colors of #321206
Black with #321206
Text Example
Text Example
White with #321206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321206; }
p { color: rgb(50,18,6); }
H1.HeaderClassName
{
color: #321206;
}
.AnyTagClassName
{
color: #321206;
}
</style>
background-color css
<style>
a { background-color: #321206; }
a { background-color: rgb(50,18,6); }
div.DivClassName
{
background-color: #321206;
}
.BgClassName
{
background-color: #321206;
}
</style>
border-color css
<style>
span { border-color: #321206; }
span { border-color: rgb(50,18,6); }
td.TdClassName
{
border-color: #321206;
}
.TagClassName
{
border-color: #321206;
}
</style>