Shades of Seal Brown #321612
Tints of Seal Brown #321612
RGB
CMYK
RGB Variations
Color information
#321612 (or 0x321612) is known color: Seal Brown. HEX triplet: 32, 16 and 12. RGB value is (50,22,18). Sum of RGB (Red+Green+Blue) = 50+22+18=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #321612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321612 is #CDE9ED. Grayscale: #1D1D1D. Windows color (decimal): -13494766 or 1185330. OLE color: 1185330.
HSL color Cylindrical-coordinate representation of color #321612: hue angle of 7.5º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #321612 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 22 | 18 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.80 |
| HSL | 7.5º | 0.47% | 0.13% | - |
| HSV(B) | 7.5º | 0.64% | 0.2% | - |
| XYZ | 1.71 | 1.3 | 0.73 | - |
| YUV | 29.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 18 | 0 | 0.56 | 0.64 | 0.80 | 7.5 | 0.47 | 0.13 |
| Hex | 32 | 16 | 12 | 0 | 38 | 40 | 50 | 8 | 2F | D |
| Octal | 62 | 26 | 22 | 0 | 70 | 100 | 120 | 10 | 57 | 15 |
| Binary | 110010 | 10110 | 10010 | 0 | 111000 | 1000000 | 1010000 | 1000 | 101111 | 1101 |
Color Harmonies of #321612
Complementary color
Monochromatic Colors of #321612
Black with #321612
Text Example
Text Example
White with #321612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321612; }
p { color: rgb(50,22,18); }
H1.HeaderClassName
{
color: #321612;
}
.AnyTagClassName
{
color: #321612;
}
</style>
background-color css
<style>
a { background-color: #321612; }
a { background-color: rgb(50,22,18); }
div.DivClassName
{
background-color: #321612;
}
.BgClassName
{
background-color: #321612;
}
</style>
border-color css
<style>
span { border-color: #321612; }
span { border-color: rgb(50,22,18); }
td.TdClassName
{
border-color: #321612;
}
.TagClassName
{
border-color: #321612;
}
</style>