Shades of Seal Brown #20100F
Tints of Seal Brown #20100F
RGB
CMYK
RGB Variations
Color information
#20100F (or 0x20100F) is known color: Seal Brown. HEX triplet: 20, 10 and 0F. RGB value is (32,16,15). Sum of RGB (Red+Green+Blue) = 32+16+15=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #20100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20100F is #DFEFF0. Grayscale: #141414. Windows color (decimal): -14675953 or 987168. OLE color: 987168.
HSL color Cylindrical-coordinate representation of color #20100F: hue angle of 3.53º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #20100F is Cyan = 0, Magento = 0.5, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 16 | 15 | - |
| CMYK | 0 | 0.5 | 0.53 | 0.87 |
| HSL | 3.53º | 0.36% | 0.09% | - |
| HSV(B) | 3.53º | 0.53% | 0.13% | - |
| XYZ | 0.87 | 0.71 | 0.54 | - |
| YUV | 20.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 15 | 0 | 0.5 | 0.53 | 0.87 | 3.53 | 0.36 | 0.09 |
| Hex | 20 | 10 | F | 0 | 32 | 35 | 57 | 4 | 24 | 9 |
| Octal | 40 | 20 | 17 | 0 | 62 | 65 | 127 | 4 | 44 | 11 |
| Binary | 100000 | 10000 | 1111 | 0 | 110010 | 110101 | 1010111 | 100 | 100100 | 1001 |
Color Harmonies of #20100F
Complementary color
Monochromatic Colors of #20100F
Black with #20100F
Text Example
Text Example
White with #20100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20100F; }
p { color: rgb(32,16,15); }
H1.HeaderClassName
{
color: #20100F;
}
.AnyTagClassName
{
color: #20100F;
}
</style>
background-color css
<style>
a { background-color: #20100F; }
a { background-color: rgb(32,16,15); }
div.DivClassName
{
background-color: #20100F;
}
.BgClassName
{
background-color: #20100F;
}
</style>
border-color css
<style>
span { border-color: #20100F; }
span { border-color: rgb(32,16,15); }
td.TdClassName
{
border-color: #20100F;
}
.TagClassName
{
border-color: #20100F;
}
</style>