Shades of Seal Brown #221717
Tints of Seal Brown #221717
RGB
CMYK
RGB Variations
Color information
#221717 (or 0x221717) is known color: Seal Brown. HEX triplet: 22, 17 and 17. RGB value is (34,23,23). Sum of RGB (Red+Green+Blue) = 34+23+23=80 (10% of max value = 765). Red value is 34 (13.67% from 255 or 42.5% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 34 - color contains mainly: red. Hex color #221717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221717 is #DDE8E8. Grayscale: #1A1A1A. Windows color (decimal): -14543081 or 1513250. OLE color: 1513250.
HSL color Cylindrical-coordinate representation of color #221717: hue angle of 0º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #221717 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 23 | 23 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.87 |
| HSL | 0º | 0.19% | 0.11% | - |
| HSV(B) | 0º | 0.32% | 0.13% | - |
| XYZ | 1.12 | 1.01 | 0.95 | - |
| YUV | 26.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 23 | 23 | 0 | 0.32 | 0.32 | 0.87 | 0 | 0.19 | 0.11 |
| Hex | 22 | 17 | 17 | 0 | 20 | 20 | 57 | 0 | 13 | B |
| Octal | 42 | 27 | 27 | 0 | 40 | 40 | 127 | 0 | 23 | 13 |
| Binary | 100010 | 10111 | 10111 | 0 | 100000 | 100000 | 1010111 | 0 | 10011 | 1011 |
Color Harmonies of #221717
Complementary color
Monochromatic Colors of #221717
Black with #221717
Text Example
Text Example
White with #221717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221717; }
p { color: rgb(34,23,23); }
H1.HeaderClassName
{
color: #221717;
}
.AnyTagClassName
{
color: #221717;
}
</style>
background-color css
<style>
a { background-color: #221717; }
a { background-color: rgb(34,23,23); }
div.DivClassName
{
background-color: #221717;
}
.BgClassName
{
background-color: #221717;
}
</style>
border-color css
<style>
span { border-color: #221717; }
span { border-color: rgb(34,23,23); }
td.TdClassName
{
border-color: #221717;
}
.TagClassName
{
border-color: #221717;
}
</style>