Shades of Seal Brown #20100D
Tints of Seal Brown #20100D
RGB
CMYK
RGB Variations
Color information
#20100D (or 0x20100D) is known color: Seal Brown. HEX triplet: 20, 10 and 0D. RGB value is (32,16,13). Sum of RGB (Red+Green+Blue) = 32+16+13=61 (8% of max value = 765). Red value is 32 (12.89% from 255 or 52.46% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 32 - color contains mainly: red. Hex color #20100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20100D is #DFEFF2. Grayscale: #141414. Windows color (decimal): -14675955 or 856096. OLE color: 856096.
HSL color Cylindrical-coordinate representation of color #20100D: hue angle of 9.47º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20100D is Cyan = 0, Magento = 0.5, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 16 | 13 | - |
| CMYK | 0 | 0.5 | 0.59 | 0.87 |
| HSL | 9.47º | 0.42% | 0.09% | - |
| HSV(B) | 9.47º | 0.59% | 0.13% | - |
| XYZ | 0.85 | 0.71 | 0.47 | - |
| YUV | 20.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 13 | 0 | 0.5 | 0.59 | 0.87 | 9.47 | 0.42 | 0.09 |
| Hex | 20 | 10 | D | 0 | 32 | 3B | 57 | 9 | 2A | 9 |
| Octal | 40 | 20 | 15 | 0 | 62 | 73 | 127 | 11 | 52 | 11 |
| Binary | 100000 | 10000 | 1101 | 0 | 110010 | 111011 | 1010111 | 1001 | 101010 | 1001 |
Color Harmonies of #20100D
Complementary color
Monochromatic Colors of #20100D
Black with #20100D
Text Example
Text Example
White with #20100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20100D; }
p { color: rgb(32,16,13); }
H1.HeaderClassName
{
color: #20100D;
}
.AnyTagClassName
{
color: #20100D;
}
</style>
background-color css
<style>
a { background-color: #20100D; }
a { background-color: rgb(32,16,13); }
div.DivClassName
{
background-color: #20100D;
}
.BgClassName
{
background-color: #20100D;
}
</style>
border-color css
<style>
span { border-color: #20100D; }
span { border-color: rgb(32,16,13); }
td.TdClassName
{
border-color: #20100D;
}
.TagClassName
{
border-color: #20100D;
}
</style>