Shades of Seal Brown #20100A
Tints of Seal Brown #20100A
RGB
CMYK
RGB Variations
Color information
#20100A (or 0x20100A) is known color: Seal Brown. HEX triplet: 20, 10 and 0A. RGB value is (32,16,10). Sum of RGB (Red+Green+Blue) = 32+16+10=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #20100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20100A is #DFEFF5. Grayscale: #141414. Windows color (decimal): -14675958 or 659488. OLE color: 659488.
HSL color Cylindrical-coordinate representation of color #20100A: hue angle of 16.36º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20100A is Cyan = 0, Magento = 0.5, Yellow = 0.69 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 16 | 10 | - |
| CMYK | 0 | 0.5 | 0.69 | 0.87 |
| HSL | 16.36º | 0.52% | 0.08% | - |
| HSV(B) | 16.36º | 0.69% | 0.13% | - |
| XYZ | 0.84 | 0.7 | 0.38 | - |
| YUV | 20.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 10 | 0 | 0.5 | 0.69 | 0.87 | 16.36 | 0.52 | 0.08 |
| Hex | 20 | 10 | A | 0 | 32 | 45 | 57 | 10 | 34 | 8 |
| Octal | 40 | 20 | 12 | 0 | 62 | 105 | 127 | 20 | 64 | 10 |
| Binary | 100000 | 10000 | 1010 | 0 | 110010 | 1000101 | 1010111 | 10000 | 110100 | 1000 |
Color Harmonies of #20100A
Complementary color
Monochromatic Colors of #20100A
Black with #20100A
Text Example
Text Example
White with #20100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20100A; }
p { color: rgb(32,16,10); }
H1.HeaderClassName
{
color: #20100A;
}
.AnyTagClassName
{
color: #20100A;
}
</style>
background-color css
<style>
a { background-color: #20100A; }
a { background-color: rgb(32,16,10); }
div.DivClassName
{
background-color: #20100A;
}
.BgClassName
{
background-color: #20100A;
}
</style>
border-color css
<style>
span { border-color: #20100A; }
span { border-color: rgb(32,16,10); }
td.TdClassName
{
border-color: #20100A;
}
.TagClassName
{
border-color: #20100A;
}
</style>