Shades of Seal Brown #220804
Tints of Seal Brown #220804
RGB
CMYK
RGB Variations
Color information
#220804 (or 0x220804) is known color: Seal Brown. HEX triplet: 22, 08 and 04. RGB value is (34,8,4). Sum of RGB (Red+Green+Blue) = 34+8+4=46 (6% of max value = 765). Red value is 34 (13.67% from 255 or 73.91% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 34 - color contains mainly: red. Hex color #220804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220804 is #DDF7FB. Grayscale: #0F0F0F. Windows color (decimal): -14546940 or 264226. OLE color: 264226.
HSL color Cylindrical-coordinate representation of color #220804: hue angle of 8º 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 #220804 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 8 | 4 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.87 |
| HSL | 8º | 0.79% | 0.07% | - |
| HSV(B) | 8º | 0.88% | 0.13% | - |
| XYZ | 0.77 | 0.52 | 0.18 | - |
| YUV | 15.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 8 | 4 | 0 | 0.76 | 0.88 | 0.87 | 8 | 0.79 | 0.07 |
| Hex | 22 | 8 | 4 | 0 | 4C | 58 | 57 | 8 | 4F | 7 |
| Octal | 42 | 10 | 4 | 0 | 114 | 130 | 127 | 10 | 117 | 7 |
| Binary | 100010 | 1000 | 100 | 0 | 1001100 | 1011000 | 1010111 | 1000 | 1001111 | 111 |
Color Harmonies of #220804
Complementary color
Monochromatic Colors of #220804
Black with #220804
Text Example
Text Example
White with #220804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220804; }
p { color: rgb(34,8,4); }
H1.HeaderClassName
{
color: #220804;
}
.AnyTagClassName
{
color: #220804;
}
</style>
background-color css
<style>
a { background-color: #220804; }
a { background-color: rgb(34,8,4); }
div.DivClassName
{
background-color: #220804;
}
.BgClassName
{
background-color: #220804;
}
</style>
border-color css
<style>
span { border-color: #220804; }
span { border-color: rgb(34,8,4); }
td.TdClassName
{
border-color: #220804;
}
.TagClassName
{
border-color: #220804;
}
</style>