Shades of Seal Brown #321D1B
Tints of Seal Brown #321D1B
RGB
CMYK
RGB Variations
Color information
#321D1B (or 0x321D1B) is known color: Seal Brown. HEX triplet: 32, 1D and 1B. RGB value is (50,29,27). Sum of RGB (Red+Green+Blue) = 50+29+27=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #321D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D1B is #CDE2E4. Grayscale: #232323. Windows color (decimal): -13492965 or 1776946. OLE color: 1776946.
HSL color Cylindrical-coordinate representation of color #321D1B: hue angle of 5.22º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #321D1B is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 29 | 27 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.80 |
| HSL | 5.22º | 0.3% | 0.15% | - |
| HSV(B) | 5.22º | 0.46% | 0.2% | - |
| XYZ | 1.95 | 1.64 | 1.25 | - |
| YUV | 35.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 27 | 0 | 0.42 | 0.46 | 0.80 | 5.22 | 0.3 | 0.15 |
| Hex | 32 | 1D | 1B | 0 | 2A | 2E | 50 | 5 | 1E | F |
| Octal | 62 | 35 | 33 | 0 | 52 | 56 | 120 | 5 | 36 | 17 |
| Binary | 110010 | 11101 | 11011 | 0 | 101010 | 101110 | 1010000 | 101 | 11110 | 1111 |
Color Harmonies of #321D1B
Complementary color
Monochromatic Colors of #321D1B
Black with #321D1B
Text Example
Text Example
White with #321D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D1B; }
p { color: rgb(50,29,27); }
H1.HeaderClassName
{
color: #321D1B;
}
.AnyTagClassName
{
color: #321D1B;
}
</style>
background-color css
<style>
a { background-color: #321D1B; }
a { background-color: rgb(50,29,27); }
div.DivClassName
{
background-color: #321D1B;
}
.BgClassName
{
background-color: #321D1B;
}
</style>
border-color css
<style>
span { border-color: #321D1B; }
span { border-color: rgb(50,29,27); }
td.TdClassName
{
border-color: #321D1B;
}
.TagClassName
{
border-color: #321D1B;
}
</style>