Shades of Seal Brown #220701
Tints of Seal Brown #220701
RGB
CMYK
RGB Variations
Color information
#220701 (or 0x220701) is known color: Seal Brown. HEX triplet: 22, 07 and 01. RGB value is (34,7,1). Sum of RGB (Red+Green+Blue) = 34+7+1=42 (5% of max value = 765). Red value is 34 (13.67% from 255 or 80.95% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 34 - color contains mainly: red. Hex color #220701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220701 is #DDF8FE. Grayscale: #0E0E0E. Windows color (decimal): -14547199 or 67362. OLE color: 67362.
HSL color Cylindrical-coordinate representation of color #220701: hue angle of 10.91º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220701 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 7 | 1 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.87 |
| HSL | 10.91º | 0.94% | 0.07% | - |
| HSV(B) | 10.91º | 0.97% | 0.13% | - |
| XYZ | 0.74 | 0.49 | 0.09 | - |
| YUV | 14.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 7 | 1 | 0 | 0.79 | 0.97 | 0.87 | 10.91 | 0.94 | 0.07 |
| Hex | 22 | 7 | 1 | 0 | 4F | 61 | 57 | B | 5E | 7 |
| Octal | 42 | 7 | 1 | 0 | 117 | 141 | 127 | 13 | 136 | 7 |
| Binary | 100010 | 111 | 1 | 0 | 1001111 | 1100001 | 1010111 | 1011 | 1011110 | 111 |
Color Harmonies of #220701
Complementary color
Monochromatic Colors of #220701
Black with #220701
Text Example
Text Example
White with #220701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220701; }
p { color: rgb(34,7,1); }
H1.HeaderClassName
{
color: #220701;
}
.AnyTagClassName
{
color: #220701;
}
</style>
background-color css
<style>
a { background-color: #220701; }
a { background-color: rgb(34,7,1); }
div.DivClassName
{
background-color: #220701;
}
.BgClassName
{
background-color: #220701;
}
</style>
border-color css
<style>
span { border-color: #220701; }
span { border-color: rgb(34,7,1); }
td.TdClassName
{
border-color: #220701;
}
.TagClassName
{
border-color: #220701;
}
</style>