Shades of Seal Brown #211313
Tints of Seal Brown #211313
RGB
CMYK
RGB Variations
Color information
#211313 (or 0x211313) is known color: Seal Brown. HEX triplet: 21, 13 and 13. RGB value is (33,19,19). Sum of RGB (Red+Green+Blue) = 33+19+19=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 33 - color contains mainly: red. Hex color #211313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211313 is #DEECEC. Grayscale: #171717. Windows color (decimal): -14609645 or 1250081. OLE color: 1250081.
HSL color Cylindrical-coordinate representation of color #211313: hue angle of 0º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #211313 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 19 | 19 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.87 |
| HSL | 0º | 0.27% | 0.1% | - |
| HSV(B) | 0º | 0.42% | 0.13% | - |
| XYZ | 0.98 | 0.84 | 0.73 | - |
| YUV | 23.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 19 | 0 | 0.42 | 0.42 | 0.87 | 0 | 0.27 | 0.1 |
| Hex | 21 | 13 | 13 | 0 | 2A | 2A | 57 | 0 | 1B | A |
| Octal | 41 | 23 | 23 | 0 | 52 | 52 | 127 | 0 | 33 | 12 |
| Binary | 100001 | 10011 | 10011 | 0 | 101010 | 101010 | 1010111 | 0 | 11011 | 1010 |
Color Harmonies of #211313
Complementary color
Monochromatic Colors of #211313
Black with #211313
Text Example
Text Example
White with #211313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211313; }
p { color: rgb(33,19,19); }
H1.HeaderClassName
{
color: #211313;
}
.AnyTagClassName
{
color: #211313;
}
</style>
background-color css
<style>
a { background-color: #211313; }
a { background-color: rgb(33,19,19); }
div.DivClassName
{
background-color: #211313;
}
.BgClassName
{
background-color: #211313;
}
</style>
border-color css
<style>
span { border-color: #211313; }
span { border-color: rgb(33,19,19); }
td.TdClassName
{
border-color: #211313;
}
.TagClassName
{
border-color: #211313;
}
</style>