Shades of Seal Brown #201009
Tints of Seal Brown #201009
RGB
CMYK
RGB Variations
Color information
#201009 (or 0x201009) is known color: Seal Brown. HEX triplet: 20, 10 and 09. RGB value is (32,16,9). Sum of RGB (Red+Green+Blue) = 32+16+9=57 (7% of max value = 765). Red value is 32 (12.89% from 255 or 56.14% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 32 - color contains mainly: red. Hex color #201009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201009 is #DFEFF6. Grayscale: #141414. Windows color (decimal): -14675959 or 593952. OLE color: 593952.
HSL color Cylindrical-coordinate representation of color #201009: hue angle of 18.26º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201009 is Cyan = 0, Magento = 0.5, Yellow = 0.72 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 16 | 9 | - |
| CMYK | 0 | 0.5 | 0.72 | 0.87 |
| HSL | 18.26º | 0.56% | 0.08% | - |
| HSV(B) | 18.26º | 0.72% | 0.13% | - |
| XYZ | 0.83 | 0.7 | 0.35 | - |
| YUV | 19.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 9 | 0 | 0.5 | 0.72 | 0.87 | 18.26 | 0.56 | 0.08 |
| Hex | 20 | 10 | 9 | 0 | 32 | 48 | 57 | 12 | 38 | 8 |
| Octal | 40 | 20 | 11 | 0 | 62 | 110 | 127 | 22 | 70 | 10 |
| Binary | 100000 | 10000 | 1001 | 0 | 110010 | 1001000 | 1010111 | 10010 | 111000 | 1000 |
Color Harmonies of #201009
Complementary color
Monochromatic Colors of #201009
Black with #201009
Text Example
Text Example
White with #201009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201009; }
p { color: rgb(32,16,9); }
H1.HeaderClassName
{
color: #201009;
}
.AnyTagClassName
{
color: #201009;
}
</style>
background-color css
<style>
a { background-color: #201009; }
a { background-color: rgb(32,16,9); }
div.DivClassName
{
background-color: #201009;
}
.BgClassName
{
background-color: #201009;
}
</style>
border-color css
<style>
span { border-color: #201009; }
span { border-color: rgb(32,16,9); }
td.TdClassName
{
border-color: #201009;
}
.TagClassName
{
border-color: #201009;
}
</style>