Shades of Seal Brown #200A00
Tints of Seal Brown #200A00
RGB
CMYK
RGB Variations
Color information
#200A00 (or 0x200A00) is known color: Seal Brown. HEX triplet: 20, 0A and 00. RGB value is (32,10,0). Sum of RGB (Red+Green+Blue) = 32+10+0=42 (5% of max value = 765). Red value is 32 (12.89% from 255 or 76.19% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 32 - color contains mainly: red. Hex color #200A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A00 is #DFF5FF. Grayscale: #0F0F0F. Windows color (decimal): -14677504 or 2592. OLE color: 2592.
HSL color Cylindrical-coordinate representation of color #200A00: hue angle of 18.75º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200A00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 10 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.87 |
| HSL | 18.75º | 1% | 0.06% | - |
| HSV(B) | 18.75º | 1% | 0.13% | - |
| XYZ | 0.7 | 0.52 | 0.06 | - |
| YUV | 15.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 0 | 0 | 0.69 | 1 | 0.87 | 18.75 | 1 | 0.06 |
| Hex | 20 | A | 0 | 0 | 45 | 64 | 57 | 13 | 64 | 6 |
| Octal | 40 | 12 | 0 | 0 | 105 | 144 | 127 | 23 | 144 | 6 |
| Binary | 100000 | 1010 | 0 | 0 | 1000101 | 1100100 | 1010111 | 10011 | 1100100 | 110 |
Color Harmonies of #200A00
Complementary color
Monochromatic Colors of #200A00
Black with #200A00
Text Example
Text Example
White with #200A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A00; }
p { color: rgb(32,10,0); }
H1.HeaderClassName
{
color: #200A00;
}
.AnyTagClassName
{
color: #200A00;
}
</style>
background-color css
<style>
a { background-color: #200A00; }
a { background-color: rgb(32,10,0); }
div.DivClassName
{
background-color: #200A00;
}
.BgClassName
{
background-color: #200A00;
}
</style>
border-color css
<style>
span { border-color: #200A00; }
span { border-color: rgb(32,10,0); }
td.TdClassName
{
border-color: #200A00;
}
.TagClassName
{
border-color: #200A00;
}
</style>