Shades of Seal Brown #22120B
Tints of Seal Brown #22120B
RGB
CMYK
RGB Variations
Color information
#22120B (or 0x22120B) is known color: Seal Brown. HEX triplet: 22, 12 and 0B. RGB value is (34,18,11). Sum of RGB (Red+Green+Blue) = 34+18+11=63 (8% of max value = 765). Red value is 34 (13.67% from 255 or 53.97% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 34 - color contains mainly: red. Hex color #22120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22120B is #DDEDF4. Grayscale: #161616. Windows color (decimal): -14544373 or 725538. OLE color: 725538.
HSL color Cylindrical-coordinate representation of color #22120B: hue angle of 18.26º 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 #22120B is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 18 | 11 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.87 |
| HSL | 18.26º | 0.51% | 0.09% | - |
| HSV(B) | 18.26º | 0.68% | 0.13% | - |
| XYZ | 0.94 | 0.8 | 0.42 | - |
| YUV | 21.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 18 | 11 | 0 | 0.47 | 0.68 | 0.87 | 18.26 | 0.51 | 0.09 |
| Hex | 22 | 12 | B | 0 | 2F | 44 | 57 | 12 | 33 | 9 |
| Octal | 42 | 22 | 13 | 0 | 57 | 104 | 127 | 22 | 63 | 11 |
| Binary | 100010 | 10010 | 1011 | 0 | 101111 | 1000100 | 1010111 | 10010 | 110011 | 1001 |
Color Harmonies of #22120B
Complementary color
Monochromatic Colors of #22120B
Black with #22120B
Text Example
Text Example
White with #22120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22120B; }
p { color: rgb(34,18,11); }
H1.HeaderClassName
{
color: #22120B;
}
.AnyTagClassName
{
color: #22120B;
}
</style>
background-color css
<style>
a { background-color: #22120B; }
a { background-color: rgb(34,18,11); }
div.DivClassName
{
background-color: #22120B;
}
.BgClassName
{
background-color: #22120B;
}
</style>
border-color css
<style>
span { border-color: #22120B; }
span { border-color: rgb(34,18,11); }
td.TdClassName
{
border-color: #22120B;
}
.TagClassName
{
border-color: #22120B;
}
</style>