Shades of Seal Brown #201613
Tints of Seal Brown #201613
RGB
CMYK
RGB Variations
Color information
#201613 (or 0x201613) is known color: Seal Brown. HEX triplet: 20, 16 and 13. RGB value is (32,22,19). Sum of RGB (Red+Green+Blue) = 32+22+19=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 32 - color contains mainly: red. Hex color #201613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201613 is #DFE9EC. Grayscale: #181818. Windows color (decimal): -14674413 or 1250848. OLE color: 1250848.
HSL color Cylindrical-coordinate representation of color #201613: hue angle of 13.85º 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 #201613 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 22 | 19 | - |
CMYK | 0 | 0.31 | 0.41 | 0.87 |
HSL | 13.85º | 0.25% | 0.1% | - |
HSV(B) | 13.85º | 0.41% | 0.13% | - |
XYZ | 1 | 0.93 | 0.74 | - |
YUV | 24.65 | 124.81 | 133.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 22 | 19 | 0 | 0.31 | 0.41 | 0.87 | 13.85 | 0.25 | 0.1 |
Hex | 20 | 16 | 13 | 0 | 1F | 29 | 57 | E | 19 | A |
Octal | 40 | 26 | 23 | 0 | 37 | 51 | 127 | 16 | 31 | 12 |
Binary | 100000 | 10110 | 10011 | 0 | 11111 | 101001 | 1010111 | 1110 | 11001 | 1010 |
Color Harmonies of #201613
Complementary color
Monochromatic Colors of #201613
Black with #201613
Text Example
Text Example
White with #201613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201613; }
p { color: rgb(32,22,19); }
H1.HeaderClassName
{
color: #201613;
}
.AnyTagClassName
{
color: #201613;
}
</style>
background-color css
<style>
a { background-color: #201613; }
a { background-color: rgb(32,22,19); }
div.DivClassName
{
background-color: #201613;
}
.BgClassName
{
background-color: #201613;
}
</style>
border-color css
<style>
span { border-color: #201613; }
span { border-color: rgb(32,22,19); }
td.TdClassName
{
border-color: #201613;
}
.TagClassName
{
border-color: #201613;
}
</style>