Shades of Seal Brown #200901
Tints of Seal Brown #200901
RGB
CMYK
RGB Variations
Color information
#200901 (or 0x200901) is known color: Seal Brown. HEX triplet: 20, 09 and 01. RGB value is (32,9,1). Sum of RGB (Red+Green+Blue) = 32+9+1=42 (5% of max value = 765). Red value is 32 (12.89% from 255 or 76.19% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 32 - color contains mainly: red. Hex color #200901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200901 is #DFF6FE. Grayscale: #0F0F0F. Windows color (decimal): -14677759 or 67872. OLE color: 67872.
HSL color Cylindrical-coordinate representation of color #200901: hue angle of 15.48º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200901 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 9 | 1 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.87 |
| HSL | 15.48º | 0.94% | 0.06% | - |
| HSV(B) | 15.48º | 0.97% | 0.13% | - |
| XYZ | 0.7 | 0.5 | 0.09 | - |
| YUV | 14.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 1 | 0 | 0.72 | 0.97 | 0.87 | 15.48 | 0.94 | 0.06 |
| Hex | 20 | 9 | 1 | 0 | 48 | 61 | 57 | F | 5E | 6 |
| Octal | 40 | 11 | 1 | 0 | 110 | 141 | 127 | 17 | 136 | 6 |
| Binary | 100000 | 1001 | 1 | 0 | 1001000 | 1100001 | 1010111 | 1111 | 1011110 | 110 |
Color Harmonies of #200901
Complementary color
Monochromatic Colors of #200901
Black with #200901
Text Example
Text Example
White with #200901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200901; }
p { color: rgb(32,9,1); }
H1.HeaderClassName
{
color: #200901;
}
.AnyTagClassName
{
color: #200901;
}
</style>
background-color css
<style>
a { background-color: #200901; }
a { background-color: rgb(32,9,1); }
div.DivClassName
{
background-color: #200901;
}
.BgClassName
{
background-color: #200901;
}
</style>
border-color css
<style>
span { border-color: #200901; }
span { border-color: rgb(32,9,1); }
td.TdClassName
{
border-color: #200901;
}
.TagClassName
{
border-color: #200901;
}
</style>