Shades of Seal Brown #200909
Tints of Seal Brown #200909
RGB
CMYK
RGB Variations
Color information
#200909 (or 0x200909) is known color: Seal Brown. HEX triplet: 20, 09 and 09. RGB value is (32,9,9). Sum of RGB (Red+Green+Blue) = 32+9+9=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #200909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200909 is #DFF6F6. Grayscale: #0F0F0F. Windows color (decimal): -14677751 or 592160. OLE color: 592160.
HSL color Cylindrical-coordinate representation of color #200909: hue angle of 0º 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 #200909 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 9 | 9 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.87 |
| HSL | 0º | 0.56% | 0.08% | - |
| HSV(B) | 0º | 0.72% | 0.13% | - |
| XYZ | 0.74 | 0.52 | 0.32 | - |
| YUV | 15.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 9 | 0 | 0.72 | 0.72 | 0.87 | 0 | 0.56 | 0.08 |
| Hex | 20 | 9 | 9 | 0 | 48 | 48 | 57 | 0 | 38 | 8 |
| Octal | 40 | 11 | 11 | 0 | 110 | 110 | 127 | 0 | 70 | 10 |
| Binary | 100000 | 1001 | 1001 | 0 | 1001000 | 1001000 | 1010111 | 0 | 111000 | 1000 |
Color Harmonies of #200909
Complementary color
Monochromatic Colors of #200909
Black with #200909
Text Example
Text Example
White with #200909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200909; }
p { color: rgb(32,9,9); }
H1.HeaderClassName
{
color: #200909;
}
.AnyTagClassName
{
color: #200909;
}
</style>
background-color css
<style>
a { background-color: #200909; }
a { background-color: rgb(32,9,9); }
div.DivClassName
{
background-color: #200909;
}
.BgClassName
{
background-color: #200909;
}
</style>
border-color css
<style>
span { border-color: #200909; }
span { border-color: rgb(32,9,9); }
td.TdClassName
{
border-color: #200909;
}
.TagClassName
{
border-color: #200909;
}
</style>