Shades of Seal Brown #200404
Tints of Seal Brown #200404
RGB
CMYK
RGB Variations
Color information
#200404 (or 0x200404) is known color: Seal Brown. HEX triplet: 20, 04 and 04. RGB value is (32,4,4). Sum of RGB (Red+Green+Blue) = 32+4+4=40 (5% of max value = 765). Red value is 32 (12.89% from 255 or 80% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 32 - color contains mainly: red. Hex color #200404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200404 is #DFFBFB. Grayscale: #0C0C0C. Windows color (decimal): -14679036 or 263200. OLE color: 263200.
HSL color Cylindrical-coordinate representation of color #200404: 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 #200404 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 4 | 4 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.87 |
| HSL | 0º | 0.78% | 0.07% | - |
| HSV(B) | 0º | 0.88% | 0.13% | - |
| XYZ | 0.66 | 0.4 | 0.16 | - |
| YUV | 12.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 4 | 0 | 0.87 | 0.87 | 0.87 | 0 | 0.78 | 0.07 |
| Hex | 20 | 4 | 4 | 0 | 57 | 57 | 57 | 0 | 4E | 7 |
| Octal | 40 | 4 | 4 | 0 | 127 | 127 | 127 | 0 | 116 | 7 |
| Binary | 100000 | 100 | 100 | 0 | 1010111 | 1010111 | 1010111 | 0 | 1001110 | 111 |
Color Harmonies of #200404
Complementary color
Monochromatic Colors of #200404
Black with #200404
Text Example
Text Example
White with #200404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200404; }
p { color: rgb(32,4,4); }
H1.HeaderClassName
{
color: #200404;
}
.AnyTagClassName
{
color: #200404;
}
</style>
background-color css
<style>
a { background-color: #200404; }
a { background-color: rgb(32,4,4); }
div.DivClassName
{
background-color: #200404;
}
.BgClassName
{
background-color: #200404;
}
</style>
border-color css
<style>
span { border-color: #200404; }
span { border-color: rgb(32,4,4); }
td.TdClassName
{
border-color: #200404;
}
.TagClassName
{
border-color: #200404;
}
</style>