Shades of Seal Brown #210201
Tints of Seal Brown #210201
RGB
CMYK
RGB Variations
Color information
#210201 (or 0x210201) is known color: Seal Brown. HEX triplet: 21, 02 and 01. RGB value is (33,2,1). Sum of RGB (Red+Green+Blue) = 33+2+1=36 (4% of max value = 765). Red value is 33 (13.28% from 255 or 91.67% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 33 - color contains mainly: red. Hex color #210201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210201 is #DEFDFE. Grayscale: #0B0B0B. Windows color (decimal): -14614015 or 66081. OLE color: 66081.
HSL color Cylindrical-coordinate representation of color #210201: hue angle of 1.88º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210201 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 2 | 1 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.87 |
| HSL | 1.88º | 0.94% | 0.07% | - |
| HSV(B) | 1.88º | 0.97% | 0.13% | - |
| XYZ | 0.65 | 0.37 | 0.07 | - |
| YUV | 11.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 1 | 0 | 0.94 | 0.97 | 0.87 | 1.88 | 0.94 | 0.07 |
| Hex | 21 | 2 | 1 | 0 | 5E | 61 | 57 | 2 | 5E | 7 |
| Octal | 41 | 2 | 1 | 0 | 136 | 141 | 127 | 2 | 136 | 7 |
| Binary | 100001 | 10 | 1 | 0 | 1011110 | 1100001 | 1010111 | 10 | 1011110 | 111 |
Color Harmonies of #210201
Complementary color
Monochromatic Colors of #210201
Black with #210201
Text Example
Text Example
White with #210201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210201; }
p { color: rgb(33,2,1); }
H1.HeaderClassName
{
color: #210201;
}
.AnyTagClassName
{
color: #210201;
}
</style>
background-color css
<style>
a { background-color: #210201; }
a { background-color: rgb(33,2,1); }
div.DivClassName
{
background-color: #210201;
}
.BgClassName
{
background-color: #210201;
}
</style>
border-color css
<style>
span { border-color: #210201; }
span { border-color: rgb(33,2,1); }
td.TdClassName
{
border-color: #210201;
}
.TagClassName
{
border-color: #210201;
}
</style>