Shades of Seal Brown #321816
Tints of Seal Brown #321816
RGB
CMYK
RGB Variations
Color information
#321816 (or 0x321816) is known color: Seal Brown. HEX triplet: 32, 18 and 16. RGB value is (50,24,22). Sum of RGB (Red+Green+Blue) = 50+24+22=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #321816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321816 is #CDE7E9. Grayscale: #1F1F1F. Windows color (decimal): -13494250 or 1447986. OLE color: 1447986.
HSL color Cylindrical-coordinate representation of color #321816: hue angle of 4.29º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321816 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 24 | 22 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.80 |
| HSL | 4.29º | 0.39% | 0.14% | - |
| HSV(B) | 4.29º | 0.56% | 0.2% | - |
| XYZ | 1.79 | 1.39 | 0.93 | - |
| YUV | 31.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 22 | 0 | 0.52 | 0.56 | 0.80 | 4.29 | 0.39 | 0.14 |
| Hex | 32 | 18 | 16 | 0 | 34 | 38 | 50 | 4 | 27 | E |
| Octal | 62 | 30 | 26 | 0 | 64 | 70 | 120 | 4 | 47 | 16 |
| Binary | 110010 | 11000 | 10110 | 0 | 110100 | 111000 | 1010000 | 100 | 100111 | 1110 |
Color Harmonies of #321816
Complementary color
Monochromatic Colors of #321816
Black with #321816
Text Example
Text Example
White with #321816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321816; }
p { color: rgb(50,24,22); }
H1.HeaderClassName
{
color: #321816;
}
.AnyTagClassName
{
color: #321816;
}
</style>
background-color css
<style>
a { background-color: #321816; }
a { background-color: rgb(50,24,22); }
div.DivClassName
{
background-color: #321816;
}
.BgClassName
{
background-color: #321816;
}
</style>
border-color css
<style>
span { border-color: #321816; }
span { border-color: rgb(50,24,22); }
td.TdClassName
{
border-color: #321816;
}
.TagClassName
{
border-color: #321816;
}
</style>