Shades of Seal Brown #221615
Tints of Seal Brown #221615
RGB
CMYK
RGB Variations
Color information
#221615 (or 0x221615) is known color: Seal Brown. HEX triplet: 22, 16 and 15. RGB value is (34,22,21). Sum of RGB (Red+Green+Blue) = 34+22+21=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 34 - color contains mainly: red. Hex color #221615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221615 is #DDE9EA. Grayscale: #191919. Windows color (decimal): -14543339 or 1381922. OLE color: 1381922.
HSL color Cylindrical-coordinate representation of color #221615: hue angle of 4.62º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #221615 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 22 | 21 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.87 |
| HSL | 4.62º | 0.24% | 0.11% | - |
| HSV(B) | 4.62º | 0.38% | 0.13% | - |
| XYZ | 1.08 | 0.97 | 0.84 | - |
| YUV | 25.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 22 | 21 | 0 | 0.35 | 0.38 | 0.87 | 4.62 | 0.24 | 0.11 |
| Hex | 22 | 16 | 15 | 0 | 23 | 26 | 57 | 5 | 18 | B |
| Octal | 42 | 26 | 25 | 0 | 43 | 46 | 127 | 5 | 30 | 13 |
| Binary | 100010 | 10110 | 10101 | 0 | 100011 | 100110 | 1010111 | 101 | 11000 | 1011 |
Color Harmonies of #221615
Complementary color
Monochromatic Colors of #221615
Black with #221615
Text Example
Text Example
White with #221615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221615; }
p { color: rgb(34,22,21); }
H1.HeaderClassName
{
color: #221615;
}
.AnyTagClassName
{
color: #221615;
}
</style>
background-color css
<style>
a { background-color: #221615; }
a { background-color: rgb(34,22,21); }
div.DivClassName
{
background-color: #221615;
}
.BgClassName
{
background-color: #221615;
}
</style>
border-color css
<style>
span { border-color: #221615; }
span { border-color: rgb(34,22,21); }
td.TdClassName
{
border-color: #221615;
}
.TagClassName
{
border-color: #221615;
}
</style>