Shades of Seal Brown #220A05
Tints of Seal Brown #220A05
RGB
CMYK
RGB Variations
Color information
#220A05 (or 0x220A05) is known color: Seal Brown. HEX triplet: 22, 0A and 05. RGB value is (34,10,5). Sum of RGB (Red+Green+Blue) = 34+10+5=49 (6% of max value = 765). Red value is 34 (13.67% from 255 or 69.39% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 5 (2.34% from 255 or 10.20% from 49); Max value from RGB is 34 - color contains mainly: red. Hex color #220A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220A05 is #DDF5FA. Grayscale: #101010. Windows color (decimal): -14546427 or 330274. OLE color: 330274.
HSL color Cylindrical-coordinate representation of color #220A05: hue angle of 10.34º 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 #220A05 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 10 | 5 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.87 |
| HSL | 10.34º | 0.74% | 0.08% | - |
| HSV(B) | 10.34º | 0.85% | 0.13% | - |
| XYZ | 0.8 | 0.57 | 0.21 | - |
| YUV | 16.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 5 | 0 | 0.71 | 0.85 | 0.87 | 10.34 | 0.74 | 0.08 |
| Hex | 22 | A | 5 | 0 | 47 | 55 | 57 | A | 4A | 8 |
| Octal | 42 | 12 | 5 | 0 | 107 | 125 | 127 | 12 | 112 | 10 |
| Binary | 100010 | 1010 | 101 | 0 | 1000111 | 1010101 | 1010111 | 1010 | 1001010 | 1000 |
Color Harmonies of #220A05
Complementary color
Monochromatic Colors of #220A05
Black with #220A05
Text Example
Text Example
White with #220A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220A05; }
p { color: rgb(34,10,5); }
H1.HeaderClassName
{
color: #220A05;
}
.AnyTagClassName
{
color: #220A05;
}
</style>
background-color css
<style>
a { background-color: #220A05; }
a { background-color: rgb(34,10,5); }
div.DivClassName
{
background-color: #220A05;
}
.BgClassName
{
background-color: #220A05;
}
</style>
border-color css
<style>
span { border-color: #220A05; }
span { border-color: rgb(34,10,5); }
td.TdClassName
{
border-color: #220A05;
}
.TagClassName
{
border-color: #220A05;
}
</style>