Shades of Seal Brown #211412
Tints of Seal Brown #211412
RGB
CMYK
RGB Variations
Color information
#211412 (or 0x211412) is known color: Seal Brown. HEX triplet: 21, 14 and 12. RGB value is (33,20,18). Sum of RGB (Red+Green+Blue) = 33+20+18=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 33 - color contains mainly: red. Hex color #211412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211412 is #DEEBED. Grayscale: #171717. Windows color (decimal): -14609390 or 1184801. OLE color: 1184801.
HSL color Cylindrical-coordinate representation of color #211412: hue angle of 8º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #211412 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 20 | 18 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.87 |
| HSL | 8º | 0.29% | 0.1% | - |
| HSV(B) | 8º | 0.45% | 0.13% | - |
| XYZ | 0.99 | 0.87 | 0.69 | - |
| YUV | 23.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 18 | 0 | 0.39 | 0.45 | 0.87 | 8 | 0.29 | 0.1 |
| Hex | 21 | 14 | 12 | 0 | 27 | 2D | 57 | 8 | 1D | A |
| Octal | 41 | 24 | 22 | 0 | 47 | 55 | 127 | 10 | 35 | 12 |
| Binary | 100001 | 10100 | 10010 | 0 | 100111 | 101101 | 1010111 | 1000 | 11101 | 1010 |
Color Harmonies of #211412
Complementary color
Monochromatic Colors of #211412
Black with #211412
Text Example
Text Example
White with #211412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211412; }
p { color: rgb(33,20,18); }
H1.HeaderClassName
{
color: #211412;
}
.AnyTagClassName
{
color: #211412;
}
</style>
background-color css
<style>
a { background-color: #211412; }
a { background-color: rgb(33,20,18); }
div.DivClassName
{
background-color: #211412;
}
.BgClassName
{
background-color: #211412;
}
</style>
border-color css
<style>
span { border-color: #211412; }
span { border-color: rgb(33,20,18); }
td.TdClassName
{
border-color: #211412;
}
.TagClassName
{
border-color: #211412;
}
</style>