Shades of Seal Brown #220502
Tints of Seal Brown #220502
RGB
CMYK
RGB Variations
Color information
#220502 (or 0x220502) is known color: Seal Brown. HEX triplet: 22, 05 and 02. RGB value is (34,5,2). Sum of RGB (Red+Green+Blue) = 34+5+2=41 (5% of max value = 765). Red value is 34 (13.67% from 255 or 82.93% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 34 - color contains mainly: red. Hex color #220502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220502 is #DDFAFD. Grayscale: #0D0D0D. Windows color (decimal): -14547710 or 132386. OLE color: 132386.
HSL color Cylindrical-coordinate representation of color #220502: hue angle of 5.62º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220502 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 5 | 2 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.87 |
| HSL | 5.63º | 0.89% | 0.07% | - |
| HSV(B) | 5.63º | 0.94% | 0.13% | - |
| XYZ | 0.72 | 0.45 | 0.11 | - |
| YUV | 13.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 5 | 2 | 0 | 0.85 | 0.94 | 0.87 | 5.63 | 0.89 | 0.07 |
| Hex | 22 | 5 | 2 | 0 | 55 | 5E | 57 | 6 | 59 | 7 |
| Octal | 42 | 5 | 2 | 0 | 125 | 136 | 127 | 6 | 131 | 7 |
| Binary | 100010 | 101 | 10 | 0 | 1010101 | 1011110 | 1010111 | 110 | 1011001 | 111 |
Color Harmonies of #220502
Complementary color
Monochromatic Colors of #220502
Black with #220502
Text Example
Text Example
White with #220502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220502; }
p { color: rgb(34,5,2); }
H1.HeaderClassName
{
color: #220502;
}
.AnyTagClassName
{
color: #220502;
}
</style>
background-color css
<style>
a { background-color: #220502; }
a { background-color: rgb(34,5,2); }
div.DivClassName
{
background-color: #220502;
}
.BgClassName
{
background-color: #220502;
}
</style>
border-color css
<style>
span { border-color: #220502; }
span { border-color: rgb(34,5,2); }
td.TdClassName
{
border-color: #220502;
}
.TagClassName
{
border-color: #220502;
}
</style>