Shades of Seal Brown #321D1D
Tints of Seal Brown #321D1D
RGB
CMYK
RGB Variations
Color information
#321D1D (or 0x321D1D) is known color: Seal Brown. HEX triplet: 32, 1D and 1D. RGB value is (50,29,29). Sum of RGB (Red+Green+Blue) = 50+29+29=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #321D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D1D is #CDE2E2. Grayscale: #232323. Windows color (decimal): -13492963 or 1908018. OLE color: 1908018.
HSL color Cylindrical-coordinate representation of color #321D1D: hue angle of 0º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #321D1D is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 29 | 29 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.80 |
| HSL | 0º | 0.27% | 0.15% | - |
| HSV(B) | 0º | 0.42% | 0.2% | - |
| XYZ | 1.98 | 1.65 | 1.38 | - |
| YUV | 35.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 29 | 0 | 0.42 | 0.42 | 0.80 | 0 | 0.27 | 0.15 |
| Hex | 32 | 1D | 1D | 0 | 2A | 2A | 50 | 0 | 1B | F |
| Octal | 62 | 35 | 35 | 0 | 52 | 52 | 120 | 0 | 33 | 17 |
| Binary | 110010 | 11101 | 11101 | 0 | 101010 | 101010 | 1010000 | 0 | 11011 | 1111 |
Color Harmonies of #321D1D
Complementary color
Monochromatic Colors of #321D1D
Black with #321D1D
Text Example
Text Example
White with #321D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D1D; }
p { color: rgb(50,29,29); }
H1.HeaderClassName
{
color: #321D1D;
}
.AnyTagClassName
{
color: #321D1D;
}
</style>
background-color css
<style>
a { background-color: #321D1D; }
a { background-color: rgb(50,29,29); }
div.DivClassName
{
background-color: #321D1D;
}
.BgClassName
{
background-color: #321D1D;
}
</style>
border-color css
<style>
span { border-color: #321D1D; }
span { border-color: rgb(50,29,29); }
td.TdClassName
{
border-color: #321D1D;
}
.TagClassName
{
border-color: #321D1D;
}
</style>