Shades of Seal Brown #220F0A
Tints of Seal Brown #220F0A
RGB
CMYK
RGB Variations
Color information
#220F0A (or 0x220F0A) is known color: Seal Brown. HEX triplet: 22, 0F and 0A. RGB value is (34,15,10). Sum of RGB (Red+Green+Blue) = 34+15+10=59 (7% of max value = 765). Red value is 34 (13.67% from 255 or 57.63% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 34 - color contains mainly: red. Hex color #220F0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220F0A is #DDF0F5. Grayscale: #141414. Windows color (decimal): -14545142 or 659234. OLE color: 659234.
HSL color Cylindrical-coordinate representation of color #220F0A: hue angle of 12.5º degrees, saturation: 0.55, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #220F0A is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 15 | 10 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.87 |
| HSL | 12.5º | 0.55% | 0.09% | - |
| HSV(B) | 12.5º | 0.71% | 0.13% | - |
| XYZ | 0.89 | 0.7 | 0.38 | - |
| YUV | 20.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 10 | 0 | 0.56 | 0.71 | 0.87 | 12.5 | 0.55 | 0.09 |
| Hex | 22 | F | A | 0 | 38 | 47 | 57 | C | 37 | 9 |
| Octal | 42 | 17 | 12 | 0 | 70 | 107 | 127 | 14 | 67 | 11 |
| Binary | 100010 | 1111 | 1010 | 0 | 111000 | 1000111 | 1010111 | 1100 | 110111 | 1001 |
Color Harmonies of #220F0A
Complementary color
Monochromatic Colors of #220F0A
Black with #220F0A
Text Example
Text Example
White with #220F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220F0A; }
p { color: rgb(34,15,10); }
H1.HeaderClassName
{
color: #220F0A;
}
.AnyTagClassName
{
color: #220F0A;
}
</style>
background-color css
<style>
a { background-color: #220F0A; }
a { background-color: rgb(34,15,10); }
div.DivClassName
{
background-color: #220F0A;
}
.BgClassName
{
background-color: #220F0A;
}
</style>
border-color css
<style>
span { border-color: #220F0A; }
span { border-color: rgb(34,15,10); }
td.TdClassName
{
border-color: #220F0A;
}
.TagClassName
{
border-color: #220F0A;
}
</style>