Shades of Seal Brown #201615
Tints of Seal Brown #201615
RGB
CMYK
RGB Variations
Color information
#201615 (or 0x201615) is known color: Seal Brown. HEX triplet: 20, 16 and 15. RGB value is (32,22,21). Sum of RGB (Red+Green+Blue) = 32+22+21=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 32 - color contains mainly: red. Hex color #201615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201615 is #DFE9EA. Grayscale: #181818. Windows color (decimal): -14674411 or 1381920. OLE color: 1381920.
HSL color Cylindrical-coordinate representation of color #201615: hue angle of 5.45º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #201615 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 22 | 21 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.87 |
| HSL | 5.45º | 0.21% | 0.1% | - |
| HSV(B) | 5.45º | 0.34% | 0.13% | - |
| XYZ | 1.02 | 0.94 | 0.84 | - |
| YUV | 24.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 21 | 0 | 0.31 | 0.34 | 0.87 | 5.45 | 0.21 | 0.1 |
| Hex | 20 | 16 | 15 | 0 | 1F | 22 | 57 | 5 | 15 | A |
| Octal | 40 | 26 | 25 | 0 | 37 | 42 | 127 | 5 | 25 | 12 |
| Binary | 100000 | 10110 | 10101 | 0 | 11111 | 100010 | 1010111 | 101 | 10101 | 1010 |
Color Harmonies of #201615
Complementary color
Monochromatic Colors of #201615
Black with #201615
Text Example
Text Example
White with #201615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201615; }
p { color: rgb(32,22,21); }
H1.HeaderClassName
{
color: #201615;
}
.AnyTagClassName
{
color: #201615;
}
</style>
background-color css
<style>
a { background-color: #201615; }
a { background-color: rgb(32,22,21); }
div.DivClassName
{
background-color: #201615;
}
.BgClassName
{
background-color: #201615;
}
</style>
border-color css
<style>
span { border-color: #201615; }
span { border-color: rgb(32,22,21); }
td.TdClassName
{
border-color: #201615;
}
.TagClassName
{
border-color: #201615;
}
</style>