Shades of Seal Brown #220802
Tints of Seal Brown #220802
RGB
CMYK
RGB Variations
Color information
#220802 (or 0x220802) is known color: Seal Brown. HEX triplet: 22, 08 and 02. RGB value is (34,8,2). Sum of RGB (Red+Green+Blue) = 34+8+2=44 (5% of max value = 765). Red value is 34 (13.67% from 255 or 77.27% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 2 (1.17% from 255 or 4.55% from 44); Max value from RGB is 34 - color contains mainly: red. Hex color #220802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220802 is #DDF7FD. Grayscale: #0F0F0F. Windows color (decimal): -14546942 or 133154. OLE color: 133154.
HSL color Cylindrical-coordinate representation of color #220802: hue angle of 11.25º 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 #220802 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 8 | 2 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.87 |
| HSL | 11.25º | 0.89% | 0.07% | - |
| HSV(B) | 11.25º | 0.94% | 0.13% | - |
| XYZ | 0.76 | 0.52 | 0.12 | - |
| YUV | 15.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 8 | 2 | 0 | 0.76 | 0.94 | 0.87 | 11.25 | 0.89 | 0.07 |
| Hex | 22 | 8 | 2 | 0 | 4C | 5E | 57 | B | 59 | 7 |
| Octal | 42 | 10 | 2 | 0 | 114 | 136 | 127 | 13 | 131 | 7 |
| Binary | 100010 | 1000 | 10 | 0 | 1001100 | 1011110 | 1010111 | 1011 | 1011001 | 111 |
Color Harmonies of #220802
Complementary color
Monochromatic Colors of #220802
Black with #220802
Text Example
Text Example
White with #220802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220802; }
p { color: rgb(34,8,2); }
H1.HeaderClassName
{
color: #220802;
}
.AnyTagClassName
{
color: #220802;
}
</style>
background-color css
<style>
a { background-color: #220802; }
a { background-color: rgb(34,8,2); }
div.DivClassName
{
background-color: #220802;
}
.BgClassName
{
background-color: #220802;
}
</style>
border-color css
<style>
span { border-color: #220802; }
span { border-color: rgb(34,8,2); }
td.TdClassName
{
border-color: #220802;
}
.TagClassName
{
border-color: #220802;
}
</style>