Shades of Seal Brown #220808
Tints of Seal Brown #220808
RGB
CMYK
RGB Variations
Color information
#220808 (or 0x220808) is known color: Seal Brown. HEX triplet: 22, 08 and 08. RGB value is (34,8,8). Sum of RGB (Red+Green+Blue) = 34+8+8=50 (6% of max value = 765). Red value is 34 (13.67% from 255 or 68% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 34 - color contains mainly: red. Hex color #220808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220808 is #DDF7F7. Grayscale: #0F0F0F. Windows color (decimal): -14546936 or 526370. OLE color: 526370.
HSL color Cylindrical-coordinate representation of color #220808: hue angle of 0º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #220808 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 8 | 8 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.87 |
| HSL | 0º | 0.62% | 0.08% | - |
| HSV(B) | 0º | 0.76% | 0.13% | - |
| XYZ | 0.79 | 0.53 | 0.29 | - |
| YUV | 15.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 8 | 8 | 0 | 0.76 | 0.76 | 0.87 | 0 | 0.62 | 0.08 |
| Hex | 22 | 8 | 8 | 0 | 4C | 4C | 57 | 0 | 3E | 8 |
| Octal | 42 | 10 | 10 | 0 | 114 | 114 | 127 | 0 | 76 | 10 |
| Binary | 100010 | 1000 | 1000 | 0 | 1001100 | 1001100 | 1010111 | 0 | 111110 | 1000 |
Color Harmonies of #220808
Complementary color
Monochromatic Colors of #220808
Black with #220808
Text Example
Text Example
White with #220808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220808; }
p { color: rgb(34,8,8); }
H1.HeaderClassName
{
color: #220808;
}
.AnyTagClassName
{
color: #220808;
}
</style>
background-color css
<style>
a { background-color: #220808; }
a { background-color: rgb(34,8,8); }
div.DivClassName
{
background-color: #220808;
}
.BgClassName
{
background-color: #220808;
}
</style>
border-color css
<style>
span { border-color: #220808; }
span { border-color: rgb(34,8,8); }
td.TdClassName
{
border-color: #220808;
}
.TagClassName
{
border-color: #220808;
}
</style>