Shades of Seal Brown #220700
Tints of Seal Brown #220700
RGB
CMYK
RGB Variations
Color information
#220700 (or 0x220700) is known color: Seal Brown. HEX triplet: 22, 07 and 00. RGB value is (34,7,0). Sum of RGB (Red+Green+Blue) = 34+7+0=41 (5% of max value = 765). Red value is 34 (13.67% from 255 or 82.93% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 34 - color contains mainly: red. Hex color #220700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220700 is #DDF8FF. Grayscale: #0E0E0E. Windows color (decimal): -14547200 or 1826. OLE color: 1826.
HSL color Cylindrical-coordinate representation of color #220700: hue angle of 12.35º 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 #220700 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 7 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.87 |
| HSL | 12.35º | 1% | 0.07% | - |
| HSV(B) | 12.35º | 1% | 0.13% | - |
| XYZ | 0.74 | 0.49 | 0.06 | - |
| YUV | 14.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 7 | 0 | 0 | 0.79 | 1 | 0.87 | 12.35 | 1 | 0.07 |
| Hex | 22 | 7 | 0 | 0 | 4F | 64 | 57 | C | 64 | 7 |
| Octal | 42 | 7 | 0 | 0 | 117 | 144 | 127 | 14 | 144 | 7 |
| Binary | 100010 | 111 | 0 | 0 | 1001111 | 1100100 | 1010111 | 1100 | 1100100 | 111 |
Color Harmonies of #220700
Complementary color
Monochromatic Colors of #220700
Black with #220700
Text Example
Text Example
White with #220700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220700; }
p { color: rgb(34,7,0); }
H1.HeaderClassName
{
color: #220700;
}
.AnyTagClassName
{
color: #220700;
}
</style>
background-color css
<style>
a { background-color: #220700; }
a { background-color: rgb(34,7,0); }
div.DivClassName
{
background-color: #220700;
}
.BgClassName
{
background-color: #220700;
}
</style>
border-color css
<style>
span { border-color: #220700; }
span { border-color: rgb(34,7,0); }
td.TdClassName
{
border-color: #220700;
}
.TagClassName
{
border-color: #220700;
}
</style>