Shades of Seal Brown #321306
Tints of Seal Brown #321306
RGB
CMYK
RGB Variations
Color information
#321306 (or 0x321306) is known color: Seal Brown. HEX triplet: 32, 13 and 06. RGB value is (50,19,6). Sum of RGB (Red+Green+Blue) = 50+19+6=75 (9% of max value = 765). Red value is 50 (19.92% from 255 or 66.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 50 - color contains mainly: red. Hex color #321306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321306 is #CDECF9. Grayscale: #1A1A1A. Windows color (decimal): -13495546 or 398130. OLE color: 398130.
HSL color Cylindrical-coordinate representation of color #321306: hue angle of 17.73º 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 #321306 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 6 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.80 |
| HSL | 17.73º | 0.79% | 0.11% | - |
| HSV(B) | 17.73º | 0.88% | 0.2% | - |
| XYZ | 1.58 | 1.16 | 0.31 | - |
| YUV | 26.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 6 | 0 | 0.62 | 0.88 | 0.80 | 17.73 | 0.79 | 0.11 |
| Hex | 32 | 13 | 6 | 0 | 3E | 58 | 50 | 12 | 4F | B |
| Octal | 62 | 23 | 6 | 0 | 76 | 130 | 120 | 22 | 117 | 13 |
| Binary | 110010 | 10011 | 110 | 0 | 111110 | 1011000 | 1010000 | 10010 | 1001111 | 1011 |
Color Harmonies of #321306
Complementary color
Monochromatic Colors of #321306
Black with #321306
Text Example
Text Example
White with #321306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321306; }
p { color: rgb(50,19,6); }
H1.HeaderClassName
{
color: #321306;
}
.AnyTagClassName
{
color: #321306;
}
</style>
background-color css
<style>
a { background-color: #321306; }
a { background-color: rgb(50,19,6); }
div.DivClassName
{
background-color: #321306;
}
.BgClassName
{
background-color: #321306;
}
</style>
border-color css
<style>
span { border-color: #321306; }
span { border-color: rgb(50,19,6); }
td.TdClassName
{
border-color: #321306;
}
.TagClassName
{
border-color: #321306;
}
</style>