Shades of Seal Brown #200A09
Tints of Seal Brown #200A09
RGB
CMYK
RGB Variations
Color information
#200A09 (or 0x200A09) is known color: Seal Brown. HEX triplet: 20, 0A and 09. RGB value is (32,10,9). Sum of RGB (Red+Green+Blue) = 32+10+9=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #200A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A09 is #DFF5F6. Grayscale: #101010. Windows color (decimal): -14677495 or 592416. OLE color: 592416.
HSL color Cylindrical-coordinate representation of color #200A09: hue angle of 2.61º 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 #200A09 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 10 | 9 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.87 |
| HSL | 2.61º | 0.56% | 0.08% | - |
| HSV(B) | 2.61º | 0.72% | 0.13% | - |
| XYZ | 0.75 | 0.54 | 0.32 | - |
| YUV | 16.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 9 | 0 | 0.69 | 0.72 | 0.87 | 2.61 | 0.56 | 0.08 |
| Hex | 20 | A | 9 | 0 | 45 | 48 | 57 | 3 | 38 | 8 |
| Octal | 40 | 12 | 11 | 0 | 105 | 110 | 127 | 3 | 70 | 10 |
| Binary | 100000 | 1010 | 1001 | 0 | 1000101 | 1001000 | 1010111 | 11 | 111000 | 1000 |
Color Harmonies of #200A09
Complementary color
Monochromatic Colors of #200A09
Black with #200A09
Text Example
Text Example
White with #200A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A09; }
p { color: rgb(32,10,9); }
H1.HeaderClassName
{
color: #200A09;
}
.AnyTagClassName
{
color: #200A09;
}
</style>
background-color css
<style>
a { background-color: #200A09; }
a { background-color: rgb(32,10,9); }
div.DivClassName
{
background-color: #200A09;
}
.BgClassName
{
background-color: #200A09;
}
</style>
border-color css
<style>
span { border-color: #200A09; }
span { border-color: rgb(32,10,9); }
td.TdClassName
{
border-color: #200A09;
}
.TagClassName
{
border-color: #200A09;
}
</style>