Shades of Seal Brown #220E05
Tints of Seal Brown #220E05
RGB
CMYK
RGB Variations
Color information
#220E05 (or 0x220E05) is known color: Seal Brown. HEX triplet: 22, 0E and 05. RGB value is (34,14,5). Sum of RGB (Red+Green+Blue) = 34+14+5=53 (7% of max value = 765). Red value is 34 (13.67% from 255 or 64.15% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 34 - color contains mainly: red. Hex color #220E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220E05 is #DDF1FA. Grayscale: #131313. Windows color (decimal): -14545403 or 331298. OLE color: 331298.
HSL color Cylindrical-coordinate representation of color #220E05: hue angle of 18.62º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #220E05 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 14 | 5 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.87 |
| HSL | 18.62º | 0.74% | 0.08% | - |
| HSV(B) | 18.62º | 0.85% | 0.13% | - |
| XYZ | 0.84 | 0.67 | 0.23 | - |
| YUV | 18.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 5 | 0 | 0.59 | 0.85 | 0.87 | 18.62 | 0.74 | 0.08 |
| Hex | 22 | E | 5 | 0 | 3B | 55 | 57 | 13 | 4A | 8 |
| Octal | 42 | 16 | 5 | 0 | 73 | 125 | 127 | 23 | 112 | 10 |
| Binary | 100010 | 1110 | 101 | 0 | 111011 | 1010101 | 1010111 | 10011 | 1001010 | 1000 |
Color Harmonies of #220E05
Complementary color
Monochromatic Colors of #220E05
Black with #220E05
Text Example
Text Example
White with #220E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220E05; }
p { color: rgb(34,14,5); }
H1.HeaderClassName
{
color: #220E05;
}
.AnyTagClassName
{
color: #220E05;
}
</style>
background-color css
<style>
a { background-color: #220E05; }
a { background-color: rgb(34,14,5); }
div.DivClassName
{
background-color: #220E05;
}
.BgClassName
{
background-color: #220E05;
}
</style>
border-color css
<style>
span { border-color: #220E05; }
span { border-color: rgb(34,14,5); }
td.TdClassName
{
border-color: #220E05;
}
.TagClassName
{
border-color: #220E05;
}
</style>