Shades of Seal Brown #220D07
Tints of Seal Brown #220D07
RGB
CMYK
RGB Variations
Color information
#220D07 (or 0x220D07) is known color: Seal Brown. HEX triplet: 22, 0D and 07. RGB value is (34,13,7). Sum of RGB (Red+Green+Blue) = 34+13+7=54 (7% of max value = 765). Red value is 34 (13.67% from 255 or 62.96% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 34 - color contains mainly: red. Hex color #220D07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220D07 is #DDF2F8. Grayscale: #121212. Windows color (decimal): -14545657 or 462114. OLE color: 462114.
HSL color Cylindrical-coordinate representation of color #220D07: hue angle of 13.33º degrees, saturation: 0.66, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #220D07 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 13 | 7 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.87 |
| HSL | 13.33º | 0.66% | 0.08% | - |
| HSV(B) | 13.33º | 0.79% | 0.13% | - |
| XYZ | 0.84 | 0.64 | 0.28 | - |
| YUV | 18.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 7 | 0 | 0.62 | 0.79 | 0.87 | 13.33 | 0.66 | 0.08 |
| Hex | 22 | D | 7 | 0 | 3E | 4F | 57 | D | 42 | 8 |
| Octal | 42 | 15 | 7 | 0 | 76 | 117 | 127 | 15 | 102 | 10 |
| Binary | 100010 | 1101 | 111 | 0 | 111110 | 1001111 | 1010111 | 1101 | 1000010 | 1000 |
Color Harmonies of #220D07
Complementary color
Monochromatic Colors of #220D07
Black with #220D07
Text Example
Text Example
White with #220D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220D07; }
p { color: rgb(34,13,7); }
H1.HeaderClassName
{
color: #220D07;
}
.AnyTagClassName
{
color: #220D07;
}
</style>
background-color css
<style>
a { background-color: #220D07; }
a { background-color: rgb(34,13,7); }
div.DivClassName
{
background-color: #220D07;
}
.BgClassName
{
background-color: #220D07;
}
</style>
border-color css
<style>
span { border-color: #220D07; }
span { border-color: rgb(34,13,7); }
td.TdClassName
{
border-color: #220D07;
}
.TagClassName
{
border-color: #220D07;
}
</style>