Shades of Seal Brown #200D00
Tints of Seal Brown #200D00
RGB
CMYK
RGB Variations
Color information
#200D00 (or 0x200D00) is known color: Seal Brown. HEX triplet: 20, 0D and 00. RGB value is (32,13,0). Sum of RGB (Red+Green+Blue) = 32+13+0=45 (5% of max value = 765). Red value is 32 (12.89% from 255 or 71.11% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 32 - color contains mainly: red. Hex color #200D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D00 is #DFF2FF. Grayscale: #111111. Windows color (decimal): -14676736 or 3360. OLE color: 3360.
HSL color Cylindrical-coordinate representation of color #200D00: hue angle of 24.38º 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 #200D00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 13 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.87 |
| HSL | 24.38º | 1% | 0.06% | - |
| HSV(B) | 24.38º | 1% | 0.13% | - |
| XYZ | 0.74 | 0.59 | 0.08 | - |
| YUV | 17.2 | 118.29 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 0 | 0 | 0.59 | 1 | 0.87 | 24.38 | 1 | 0.06 |
| Hex | 20 | D | 0 | 0 | 3B | 64 | 57 | 18 | 64 | 6 |
| Octal | 40 | 15 | 0 | 0 | 73 | 144 | 127 | 30 | 144 | 6 |
| Binary | 100000 | 1101 | 0 | 0 | 111011 | 1100100 | 1010111 | 11000 | 1100100 | 110 |
Color Harmonies of #200D00
Complementary color
Monochromatic Colors of #200D00
Black with #200D00
Text Example
Text Example
White with #200D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D00; }
p { color: rgb(32,13,0); }
H1.HeaderClassName
{
color: #200D00;
}
.AnyTagClassName
{
color: #200D00;
}
</style>
background-color css
<style>
a { background-color: #200D00; }
a { background-color: rgb(32,13,0); }
div.DivClassName
{
background-color: #200D00;
}
.BgClassName
{
background-color: #200D00;
}
</style>
border-color css
<style>
span { border-color: #200D00; }
span { border-color: rgb(32,13,0); }
td.TdClassName
{
border-color: #200D00;
}
.TagClassName
{
border-color: #200D00;
}
</style>