Shades of Seal Brown #220E0C
Tints of Seal Brown #220E0C
RGB
CMYK
RGB Variations
Color information
#220E0C (or 0x220E0C) is known color: Seal Brown. HEX triplet: 22, 0E and 0C. RGB value is (34,14,12). Sum of RGB (Red+Green+Blue) = 34+14+12=60 (7% of max value = 765). Red value is 34 (13.67% from 255 or 56.67% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 34 - color contains mainly: red. Hex color #220E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220E0C is #DDF1F3. Grayscale: #131313. Windows color (decimal): -14545396 or 790050. OLE color: 790050.
HSL color Cylindrical-coordinate representation of color #220E0C: hue angle of 5.45º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #220E0C is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 14 | 12 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.87 |
| HSL | 5.45º | 0.48% | 0.09% | - |
| HSV(B) | 5.45º | 0.65% | 0.13% | - |
| XYZ | 0.88 | 0.68 | 0.43 | - |
| YUV | 19.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 12 | 0 | 0.59 | 0.65 | 0.87 | 5.45 | 0.48 | 0.09 |
| Hex | 22 | E | C | 0 | 3B | 41 | 57 | 5 | 30 | 9 |
| Octal | 42 | 16 | 14 | 0 | 73 | 101 | 127 | 5 | 60 | 11 |
| Binary | 100010 | 1110 | 1100 | 0 | 111011 | 1000001 | 1010111 | 101 | 110000 | 1001 |
Color Harmonies of #220E0C
Complementary color
Monochromatic Colors of #220E0C
Black with #220E0C
Text Example
Text Example
White with #220E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220E0C; }
p { color: rgb(34,14,12); }
H1.HeaderClassName
{
color: #220E0C;
}
.AnyTagClassName
{
color: #220E0C;
}
</style>
background-color css
<style>
a { background-color: #220E0C; }
a { background-color: rgb(34,14,12); }
div.DivClassName
{
background-color: #220E0C;
}
.BgClassName
{
background-color: #220E0C;
}
</style>
border-color css
<style>
span { border-color: #220E0C; }
span { border-color: rgb(34,14,12); }
td.TdClassName
{
border-color: #220E0C;
}
.TagClassName
{
border-color: #220E0C;
}
</style>