Shades of Seal Brown #220D02
Tints of Seal Brown #220D02
RGB
CMYK
RGB Variations
Color information
#220D02 (or 0x220D02) is known color: Seal Brown. HEX triplet: 22, 0D and 02. RGB value is (34,13,2). Sum of RGB (Red+Green+Blue) = 34+13+2=49 (6% of max value = 765). Red value is 34 (13.67% from 255 or 69.39% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 34 - color contains mainly: red. Hex color #220D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220D02 is #DDF2FD. Grayscale: #121212. Windows color (decimal): -14545662 or 134434. OLE color: 134434.
HSL color Cylindrical-coordinate representation of color #220D02: hue angle of 20.62º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220D02 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 13 | 2 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.87 |
| HSL | 20.63º | 0.89% | 0.07% | - |
| HSV(B) | 20.63º | 0.94% | 0.13% | - |
| XYZ | 0.81 | 0.63 | 0.14 | - |
| YUV | 18.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 2 | 0 | 0.62 | 0.94 | 0.87 | 20.63 | 0.89 | 0.07 |
| Hex | 22 | D | 2 | 0 | 3E | 5E | 57 | 15 | 59 | 7 |
| Octal | 42 | 15 | 2 | 0 | 76 | 136 | 127 | 25 | 131 | 7 |
| Binary | 100010 | 1101 | 10 | 0 | 111110 | 1011110 | 1010111 | 10101 | 1011001 | 111 |
Color Harmonies of #220D02
Complementary color
Monochromatic Colors of #220D02
Black with #220D02
Text Example
Text Example
White with #220D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220D02; }
p { color: rgb(34,13,2); }
H1.HeaderClassName
{
color: #220D02;
}
.AnyTagClassName
{
color: #220D02;
}
</style>
background-color css
<style>
a { background-color: #220D02; }
a { background-color: rgb(34,13,2); }
div.DivClassName
{
background-color: #220D02;
}
.BgClassName
{
background-color: #220D02;
}
</style>
border-color css
<style>
span { border-color: #220D02; }
span { border-color: rgb(34,13,2); }
td.TdClassName
{
border-color: #220D02;
}
.TagClassName
{
border-color: #220D02;
}
</style>