Shades of Seal Brown #220C01
Tints of Seal Brown #220C01
RGB
CMYK
RGB Variations
Color information
#220C01 (or 0x220C01) is known color: Seal Brown. HEX triplet: 22, 0C and 01. RGB value is (34,12,1). Sum of RGB (Red+Green+Blue) = 34+12+1=47 (6% of max value = 765). Red value is 34 (13.67% from 255 or 72.34% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 34 - color contains mainly: red. Hex color #220C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220C01 is #DDF3FE. Grayscale: #111111. Windows color (decimal): -14545919 or 68642. OLE color: 68642.
HSL color Cylindrical-coordinate representation of color #220C01: hue angle of 20º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220C01 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 12 | 1 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.87 |
| HSL | 20º | 0.94% | 0.07% | - |
| HSV(B) | 20º | 0.97% | 0.13% | - |
| XYZ | 0.8 | 0.61 | 0.1 | - |
| YUV | 17.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 1 | 0 | 0.65 | 0.97 | 0.87 | 20 | 0.94 | 0.07 |
| Hex | 22 | C | 1 | 0 | 41 | 61 | 57 | 14 | 5E | 7 |
| Octal | 42 | 14 | 1 | 0 | 101 | 141 | 127 | 24 | 136 | 7 |
| Binary | 100010 | 1100 | 1 | 0 | 1000001 | 1100001 | 1010111 | 10100 | 1011110 | 111 |
Color Harmonies of #220C01
Complementary color
Monochromatic Colors of #220C01
Black with #220C01
Text Example
Text Example
White with #220C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C01; }
p { color: rgb(34,12,1); }
H1.HeaderClassName
{
color: #220C01;
}
.AnyTagClassName
{
color: #220C01;
}
</style>
background-color css
<style>
a { background-color: #220C01; }
a { background-color: rgb(34,12,1); }
div.DivClassName
{
background-color: #220C01;
}
.BgClassName
{
background-color: #220C01;
}
</style>
border-color css
<style>
span { border-color: #220C01; }
span { border-color: rgb(34,12,1); }
td.TdClassName
{
border-color: #220C01;
}
.TagClassName
{
border-color: #220C01;
}
</style>