Shades of Seal Brown #210403
Tints of Seal Brown #210403
RGB
CMYK
RGB Variations
Color information
#210403 (or 0x210403) is known color: Seal Brown. HEX triplet: 21, 04 and 03. RGB value is (33,4,3). Sum of RGB (Red+Green+Blue) = 33+4+3=40 (5% of max value = 765). Red value is 33 (13.28% from 255 or 82.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 3 (1.56% from 255 or 7.5% from 40); Max value from RGB is 33 - color contains mainly: red. Hex color #210403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210403 is #DEFBFC. Grayscale: #0C0C0C. Windows color (decimal): -14613501 or 197665. OLE color: 197665.
HSL color Cylindrical-coordinate representation of color #210403: hue angle of 2º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210403 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 4 | 3 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.87 |
| HSL | 2º | 0.83% | 0.07% | - |
| HSV(B) | 2º | 0.91% | 0.13% | - |
| XYZ | 0.69 | 0.42 | 0.13 | - |
| YUV | 12.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 3 | 0 | 0.88 | 0.91 | 0.87 | 2 | 0.83 | 0.07 |
| Hex | 21 | 4 | 3 | 0 | 58 | 5B | 57 | 2 | 53 | 7 |
| Octal | 41 | 4 | 3 | 0 | 130 | 133 | 127 | 2 | 123 | 7 |
| Binary | 100001 | 100 | 11 | 0 | 1011000 | 1011011 | 1010111 | 10 | 1010011 | 111 |
Color Harmonies of #210403
Complementary color
Monochromatic Colors of #210403
Black with #210403
Text Example
Text Example
White with #210403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210403; }
p { color: rgb(33,4,3); }
H1.HeaderClassName
{
color: #210403;
}
.AnyTagClassName
{
color: #210403;
}
</style>
background-color css
<style>
a { background-color: #210403; }
a { background-color: rgb(33,4,3); }
div.DivClassName
{
background-color: #210403;
}
.BgClassName
{
background-color: #210403;
}
</style>
border-color css
<style>
span { border-color: #210403; }
span { border-color: rgb(33,4,3); }
td.TdClassName
{
border-color: #210403;
}
.TagClassName
{
border-color: #210403;
}
</style>