Shades of Seal Brown #220605
Tints of Seal Brown #220605
RGB
CMYK
RGB Variations
Color information
#220605 (or 0x220605) is known color: Seal Brown. HEX triplet: 22, 06 and 05. RGB value is (34,6,5). Sum of RGB (Red+Green+Blue) = 34+6+5=45 (5% of max value = 765). Red value is 34 (13.67% from 255 or 75.56% from 45); Green value is 6 (2.73% from 255 or 13.33% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 34 - color contains mainly: red. Hex color #220605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220605 is #DDF9FA. Grayscale: #0E0E0E. Windows color (decimal): -14547451 or 329250. OLE color: 329250.
HSL color Cylindrical-coordinate representation of color #220605: hue angle of 2.07º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #220605 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 6 | 5 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.87 |
| HSL | 2.07º | 0.74% | 0.08% | - |
| HSV(B) | 2.07º | 0.85% | 0.13% | - |
| XYZ | 0.75 | 0.48 | 0.2 | - |
| YUV | 14.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 5 | 0 | 0.82 | 0.85 | 0.87 | 2.07 | 0.74 | 0.08 |
| Hex | 22 | 6 | 5 | 0 | 52 | 55 | 57 | 2 | 4A | 8 |
| Octal | 42 | 6 | 5 | 0 | 122 | 125 | 127 | 2 | 112 | 10 |
| Binary | 100010 | 110 | 101 | 0 | 1010010 | 1010101 | 1010111 | 10 | 1001010 | 1000 |
Color Harmonies of #220605
Complementary color
Monochromatic Colors of #220605
Black with #220605
Text Example
Text Example
White with #220605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220605; }
p { color: rgb(34,6,5); }
H1.HeaderClassName
{
color: #220605;
}
.AnyTagClassName
{
color: #220605;
}
</style>
background-color css
<style>
a { background-color: #220605; }
a { background-color: rgb(34,6,5); }
div.DivClassName
{
background-color: #220605;
}
.BgClassName
{
background-color: #220605;
}
</style>
border-color css
<style>
span { border-color: #220605; }
span { border-color: rgb(34,6,5); }
td.TdClassName
{
border-color: #220605;
}
.TagClassName
{
border-color: #220605;
}
</style>