Shades of Seal Brown #220C03
Tints of Seal Brown #220C03
RGB
CMYK
RGB Variations
Color information
#220C03 (or 0x220C03) is known color: Seal Brown. HEX triplet: 22, 0C and 03. RGB value is (34,12,3). Sum of RGB (Red+Green+Blue) = 34+12+3=49 (6% of max value = 765). Red value is 34 (13.67% from 255 or 69.39% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 3 (1.56% from 255 or 6.12% from 49); Max value from RGB is 34 - color contains mainly: red. Hex color #220C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220C03 is #DDF3FC. Grayscale: #111111. Windows color (decimal): -14545917 or 199714. OLE color: 199714.
HSL color Cylindrical-coordinate representation of color #220C03: hue angle of 17.42º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220C03 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 12 | 3 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.87 |
| HSL | 17.42º | 0.84% | 0.07% | - |
| HSV(B) | 17.42º | 0.91% | 0.13% | - |
| XYZ | 0.81 | 0.61 | 0.16 | - |
| YUV | 17.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 3 | 0 | 0.65 | 0.91 | 0.87 | 17.42 | 0.84 | 0.07 |
| Hex | 22 | C | 3 | 0 | 41 | 5B | 57 | 11 | 54 | 7 |
| Octal | 42 | 14 | 3 | 0 | 101 | 133 | 127 | 21 | 124 | 7 |
| Binary | 100010 | 1100 | 11 | 0 | 1000001 | 1011011 | 1010111 | 10001 | 1010100 | 111 |
Color Harmonies of #220C03
Complementary color
Monochromatic Colors of #220C03
Black with #220C03
Text Example
Text Example
White with #220C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C03; }
p { color: rgb(34,12,3); }
H1.HeaderClassName
{
color: #220C03;
}
.AnyTagClassName
{
color: #220C03;
}
</style>
background-color css
<style>
a { background-color: #220C03; }
a { background-color: rgb(34,12,3); }
div.DivClassName
{
background-color: #220C03;
}
.BgClassName
{
background-color: #220C03;
}
</style>
border-color css
<style>
span { border-color: #220C03; }
span { border-color: rgb(34,12,3); }
td.TdClassName
{
border-color: #220C03;
}
.TagClassName
{
border-color: #220C03;
}
</style>