Shades of Seal Brown #201513
Tints of Seal Brown #201513
RGB
CMYK
RGB Variations
Color information
#201513 (or 0x201513) is known color: Seal Brown. HEX triplet: 20, 15 and 13. RGB value is (32,21,19). Sum of RGB (Red+Green+Blue) = 32+21+19=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 32 - color contains mainly: red. Hex color #201513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201513 is #DFEAEC. Grayscale: #181818. Windows color (decimal): -14674669 or 1250592. OLE color: 1250592.
HSL color Cylindrical-coordinate representation of color #201513: hue angle of 9.23º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #201513 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 21 | 19 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.87 |
| HSL | 9.23º | 0.25% | 0.1% | - |
| HSV(B) | 9.23º | 0.41% | 0.13% | - |
| XYZ | 0.98 | 0.89 | 0.74 | - |
| YUV | 24.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 19 | 0 | 0.34 | 0.41 | 0.87 | 9.23 | 0.25 | 0.1 |
| Hex | 20 | 15 | 13 | 0 | 22 | 29 | 57 | 9 | 19 | A |
| Octal | 40 | 25 | 23 | 0 | 42 | 51 | 127 | 11 | 31 | 12 |
| Binary | 100000 | 10101 | 10011 | 0 | 100010 | 101001 | 1010111 | 1001 | 11001 | 1010 |
Color Harmonies of #201513
Complementary color
Monochromatic Colors of #201513
Black with #201513
Text Example
Text Example
White with #201513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201513; }
p { color: rgb(32,21,19); }
H1.HeaderClassName
{
color: #201513;
}
.AnyTagClassName
{
color: #201513;
}
</style>
background-color css
<style>
a { background-color: #201513; }
a { background-color: rgb(32,21,19); }
div.DivClassName
{
background-color: #201513;
}
.BgClassName
{
background-color: #201513;
}
</style>
border-color css
<style>
span { border-color: #201513; }
span { border-color: rgb(32,21,19); }
td.TdClassName
{
border-color: #201513;
}
.TagClassName
{
border-color: #201513;
}
</style>