Shades of Seal Brown #211312
Tints of Seal Brown #211312
RGB
CMYK
RGB Variations
Color information
#211312 (or 0x211312) is known color: Seal Brown. HEX triplet: 21, 13 and 12. RGB value is (33,19,18). Sum of RGB (Red+Green+Blue) = 33+19+18=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #211312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211312 is #DEECED. Grayscale: #171717. Windows color (decimal): -14609646 or 1184545. OLE color: 1184545.
HSL color Cylindrical-coordinate representation of color #211312: hue angle of 4º 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 #211312 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 19 | 18 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.87 |
| HSL | 4º | 0.29% | 0.1% | - |
| HSV(B) | 4º | 0.45% | 0.13% | - |
| XYZ | 0.97 | 0.83 | 0.68 | - |
| YUV | 23.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 18 | 0 | 0.42 | 0.45 | 0.87 | 4 | 0.29 | 0.1 |
| Hex | 21 | 13 | 12 | 0 | 2A | 2D | 57 | 4 | 1D | A |
| Octal | 41 | 23 | 22 | 0 | 52 | 55 | 127 | 4 | 35 | 12 |
| Binary | 100001 | 10011 | 10010 | 0 | 101010 | 101101 | 1010111 | 100 | 11101 | 1010 |
Color Harmonies of #211312
Complementary color
Monochromatic Colors of #211312
Black with #211312
Text Example
Text Example
White with #211312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211312; }
p { color: rgb(33,19,18); }
H1.HeaderClassName
{
color: #211312;
}
.AnyTagClassName
{
color: #211312;
}
</style>
background-color css
<style>
a { background-color: #211312; }
a { background-color: rgb(33,19,18); }
div.DivClassName
{
background-color: #211312;
}
.BgClassName
{
background-color: #211312;
}
</style>
border-color css
<style>
span { border-color: #211312; }
span { border-color: rgb(33,19,18); }
td.TdClassName
{
border-color: #211312;
}
.TagClassName
{
border-color: #211312;
}
</style>