Shades of Seal Brown #220F05
Tints of Seal Brown #220F05
RGB
CMYK
RGB Variations
Color information
#220F05 (or 0x220F05) is known color: Seal Brown. HEX triplet: 22, 0F and 05. RGB value is (34,15,5). Sum of RGB (Red+Green+Blue) = 34+15+5=54 (7% of max value = 765). Red value is 34 (13.67% from 255 or 62.96% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 34 - color contains mainly: red. Hex color #220F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220F05 is #DDF0FA. Grayscale: #131313. Windows color (decimal): -14545147 or 331554. OLE color: 331554.
HSL color Cylindrical-coordinate representation of color #220F05: hue angle of 20.69º 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 #220F05 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 15 | 5 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.87 |
| HSL | 20.69º | 0.74% | 0.08% | - |
| HSV(B) | 20.69º | 0.85% | 0.13% | - |
| XYZ | 0.86 | 0.69 | 0.23 | - |
| YUV | 19.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 5 | 0 | 0.56 | 0.85 | 0.87 | 20.69 | 0.74 | 0.08 |
| Hex | 22 | F | 5 | 0 | 38 | 55 | 57 | 15 | 4A | 8 |
| Octal | 42 | 17 | 5 | 0 | 70 | 125 | 127 | 25 | 112 | 10 |
| Binary | 100010 | 1111 | 101 | 0 | 111000 | 1010101 | 1010111 | 10101 | 1001010 | 1000 |
Color Harmonies of #220F05
Complementary color
Monochromatic Colors of #220F05
Black with #220F05
Text Example
Text Example
White with #220F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220F05; }
p { color: rgb(34,15,5); }
H1.HeaderClassName
{
color: #220F05;
}
.AnyTagClassName
{
color: #220F05;
}
</style>
background-color css
<style>
a { background-color: #220F05; }
a { background-color: rgb(34,15,5); }
div.DivClassName
{
background-color: #220F05;
}
.BgClassName
{
background-color: #220F05;
}
</style>
border-color css
<style>
span { border-color: #220F05; }
span { border-color: rgb(34,15,5); }
td.TdClassName
{
border-color: #220F05;
}
.TagClassName
{
border-color: #220F05;
}
</style>