Shades of Seal Brown #201515
Tints of Seal Brown #201515
RGB
CMYK
RGB Variations
Color information
#201515 (or 0x201515) is known color: Seal Brown. HEX triplet: 20, 15 and 15. RGB value is (32,21,21). Sum of RGB (Red+Green+Blue) = 32+21+21=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 32 - color contains mainly: red. Hex color #201515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201515 is #DFEAEA. Grayscale: #181818. Windows color (decimal): -14674667 or 1381664. OLE color: 1381664.
HSL color Cylindrical-coordinate representation of color #201515: hue angle of 0º 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 #201515 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 21 | 21 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.87 |
| HSL | 0º | 0.21% | 0.1% | - |
| HSV(B) | 0º | 0.34% | 0.13% | - |
| XYZ | 1 | 0.9 | 0.83 | - |
| YUV | 24.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 21 | 0 | 0.34 | 0.34 | 0.87 | 0 | 0.21 | 0.1 |
| Hex | 20 | 15 | 15 | 0 | 22 | 22 | 57 | 0 | 15 | A |
| Octal | 40 | 25 | 25 | 0 | 42 | 42 | 127 | 0 | 25 | 12 |
| Binary | 100000 | 10101 | 10101 | 0 | 100010 | 100010 | 1010111 | 0 | 10101 | 1010 |
Color Harmonies of #201515
Complementary color
Monochromatic Colors of #201515
Black with #201515
Text Example
Text Example
White with #201515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201515; }
p { color: rgb(32,21,21); }
H1.HeaderClassName
{
color: #201515;
}
.AnyTagClassName
{
color: #201515;
}
</style>
background-color css
<style>
a { background-color: #201515; }
a { background-color: rgb(32,21,21); }
div.DivClassName
{
background-color: #201515;
}
.BgClassName
{
background-color: #201515;
}
</style>
border-color css
<style>
span { border-color: #201515; }
span { border-color: rgb(32,21,21); }
td.TdClassName
{
border-color: #201515;
}
.TagClassName
{
border-color: #201515;
}
</style>