Shades of Seal Brown #220000
Tints of Seal Brown #220000
RGB
CMYK
RGB Variations
Color information
#220000 (or 0x220000) is known color: Seal Brown. HEX triplet: 22, 00 and 00. RGB value is (34,0,0). Sum of RGB (Red+Green+Blue) = 34+0+0=34 (4% of max value = 765). Red value is 34 (13.67% from 255 or 100% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 34 - color contains mainly: red. Hex color #220000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220000 is #DDFFFF. Grayscale: #0A0A0A. Windows color (decimal): -14548992 or 34. OLE color: 34.
HSL color Cylindrical-coordinate representation of color #220000: hue angle of 0º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.87 |
| HSL | 0º | 1% | 0.07% | - |
| HSV(B) | 0º | 1% | 0.13% | - |
| XYZ | 0.66 | 0.34 | 0.03 | - |
| YUV | 10.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 0 | 0 | 1 | 1 | 0.87 | 0 | 1 | 0.07 |
| Hex | 22 | 0 | 0 | 0 | 64 | 64 | 57 | 0 | 64 | 7 |
| Octal | 42 | 0 | 0 | 0 | 144 | 144 | 127 | 0 | 144 | 7 |
| Binary | 100010 | 0 | 0 | 0 | 1100100 | 1100100 | 1010111 | 0 | 1100100 | 111 |
Color Harmonies of #220000
Complementary color
Monochromatic Colors of #220000
Black with #220000
Text Example
Text Example
White with #220000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220000; }
p { color: rgb(34,0,0); }
H1.HeaderClassName
{
color: #220000;
}
.AnyTagClassName
{
color: #220000;
}
</style>
background-color css
<style>
a { background-color: #220000; }
a { background-color: rgb(34,0,0); }
div.DivClassName
{
background-color: #220000;
}
.BgClassName
{
background-color: #220000;
}
</style>
border-color css
<style>
span { border-color: #220000; }
span { border-color: rgb(34,0,0); }
td.TdClassName
{
border-color: #220000;
}
.TagClassName
{
border-color: #220000;
}
</style>