Shades of Seal Brown #220C0B
Tints of Seal Brown #220C0B
RGB
CMYK
RGB Variations
Color information
#220C0B (or 0x220C0B) is known color: Seal Brown. HEX triplet: 22, 0C and 0B. RGB value is (34,12,11). Sum of RGB (Red+Green+Blue) = 34+12+11=57 (7% of max value = 765). Red value is 34 (13.67% from 255 or 59.65% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 34 - color contains mainly: red. Hex color #220C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220C0B is #DDF3F4. Grayscale: #121212. Windows color (decimal): -14545909 or 724002. OLE color: 724002.
HSL color Cylindrical-coordinate representation of color #220C0B: hue angle of 2.61º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #220C0B is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 12 | 11 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.87 |
| HSL | 2.61º | 0.51% | 0.09% | - |
| HSV(B) | 2.61º | 0.68% | 0.13% | - |
| XYZ | 0.85 | 0.63 | 0.39 | - |
| YUV | 18.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 11 | 0 | 0.65 | 0.68 | 0.87 | 2.61 | 0.51 | 0.09 |
| Hex | 22 | C | B | 0 | 41 | 44 | 57 | 3 | 33 | 9 |
| Octal | 42 | 14 | 13 | 0 | 101 | 104 | 127 | 3 | 63 | 11 |
| Binary | 100010 | 1100 | 1011 | 0 | 1000001 | 1000100 | 1010111 | 11 | 110011 | 1001 |
Color Harmonies of #220C0B
Complementary color
Monochromatic Colors of #220C0B
Black with #220C0B
Text Example
Text Example
White with #220C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C0B; }
p { color: rgb(34,12,11); }
H1.HeaderClassName
{
color: #220C0B;
}
.AnyTagClassName
{
color: #220C0B;
}
</style>
background-color css
<style>
a { background-color: #220C0B; }
a { background-color: rgb(34,12,11); }
div.DivClassName
{
background-color: #220C0B;
}
.BgClassName
{
background-color: #220C0B;
}
</style>
border-color css
<style>
span { border-color: #220C0B; }
span { border-color: rgb(34,12,11); }
td.TdClassName
{
border-color: #220C0B;
}
.TagClassName
{
border-color: #220C0B;
}
</style>