Shades of Seal Brown #210404
Tints of Seal Brown #210404
RGB
CMYK
RGB Variations
Color information
#210404 (or 0x210404) is known color: Seal Brown. HEX triplet: 21, 04 and 04. RGB value is (33,4,4). Sum of RGB (Red+Green+Blue) = 33+4+4=41 (5% of max value = 765). Red value is 33 (13.28% from 255 or 80.49% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 33 - color contains mainly: red. Hex color #210404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210404 is #DEFBFB. Grayscale: #0C0C0C. Windows color (decimal): -14613500 or 263201. OLE color: 263201.
HSL color Cylindrical-coordinate representation of color #210404: hue angle of 0º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210404 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 4 | 4 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.87 |
| HSL | 0º | 0.78% | 0.07% | - |
| HSV(B) | 0º | 0.88% | 0.13% | - |
| XYZ | 0.69 | 0.42 | 0.16 | - |
| YUV | 12.67 | 123.11 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 4 | 0 | 0.88 | 0.88 | 0.87 | 0 | 0.78 | 0.07 |
| Hex | 21 | 4 | 4 | 0 | 58 | 58 | 57 | 0 | 4E | 7 |
| Octal | 41 | 4 | 4 | 0 | 130 | 130 | 127 | 0 | 116 | 7 |
| Binary | 100001 | 100 | 100 | 0 | 1011000 | 1011000 | 1010111 | 0 | 1001110 | 111 |
Color Harmonies of #210404
Complementary color
Monochromatic Colors of #210404
Black with #210404
Text Example
Text Example
White with #210404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210404; }
p { color: rgb(33,4,4); }
H1.HeaderClassName
{
color: #210404;
}
.AnyTagClassName
{
color: #210404;
}
</style>
background-color css
<style>
a { background-color: #210404; }
a { background-color: rgb(33,4,4); }
div.DivClassName
{
background-color: #210404;
}
.BgClassName
{
background-color: #210404;
}
</style>
border-color css
<style>
span { border-color: #210404; }
span { border-color: rgb(33,4,4); }
td.TdClassName
{
border-color: #210404;
}
.TagClassName
{
border-color: #210404;
}
</style>