Shades of Seal Brown #220404
Tints of Seal Brown #220404
RGB
CMYK
RGB Variations
Color information
#220404 (or 0x220404) is known color: Seal Brown. HEX triplet: 22, 04 and 04. RGB value is (34,4,4). Sum of RGB (Red+Green+Blue) = 34+4+4=42 (5% of max value = 765). Red value is 34 (13.67% from 255 or 80.95% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 34 - color contains mainly: red. Hex color #220404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220404 is #DDFBFB. Grayscale: #0C0C0C. Windows color (decimal): -14547964 or 263202. OLE color: 263202.
HSL color Cylindrical-coordinate representation of color #220404: hue angle of 0º degrees, saturation: 0.79, 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 #220404 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 4 | 4 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.87 |
| HSL | 0º | 0.79% | 0.07% | - |
| HSV(B) | 0º | 0.88% | 0.13% | - |
| XYZ | 0.73 | 0.44 | 0.16 | - |
| YUV | 12.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 4 | 4 | 0 | 0.88 | 0.88 | 0.87 | 0 | 0.79 | 0.07 |
| Hex | 22 | 4 | 4 | 0 | 58 | 58 | 57 | 0 | 4F | 7 |
| Octal | 42 | 4 | 4 | 0 | 130 | 130 | 127 | 0 | 117 | 7 |
| Binary | 100010 | 100 | 100 | 0 | 1011000 | 1011000 | 1010111 | 0 | 1001111 | 111 |
Color Harmonies of #220404
Complementary color
Monochromatic Colors of #220404
Black with #220404
Text Example
Text Example
White with #220404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220404; }
p { color: rgb(34,4,4); }
H1.HeaderClassName
{
color: #220404;
}
.AnyTagClassName
{
color: #220404;
}
</style>
background-color css
<style>
a { background-color: #220404; }
a { background-color: rgb(34,4,4); }
div.DivClassName
{
background-color: #220404;
}
.BgClassName
{
background-color: #220404;
}
</style>
border-color css
<style>
span { border-color: #220404; }
span { border-color: rgb(34,4,4); }
td.TdClassName
{
border-color: #220404;
}
.TagClassName
{
border-color: #220404;
}
</style>