Shades of Seal Brown #200D03
Tints of Seal Brown #200D03
RGB
CMYK
RGB Variations
Color information
#200D03 (or 0x200D03) is known color: Seal Brown. HEX triplet: 20, 0D and 03. RGB value is (32,13,3). Sum of RGB (Red+Green+Blue) = 32+13+3=48 (6% of max value = 765). Red value is 32 (12.89% from 255 or 66.67% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 3 (1.56% from 255 or 6.25% from 48); Max value from RGB is 32 - color contains mainly: red. Hex color #200D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D03 is #DFF2FC. Grayscale: #111111. Windows color (decimal): -14676733 or 199968. OLE color: 199968.
HSL color Cylindrical-coordinate representation of color #200D03: hue angle of 20.69º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200D03 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 13 | 3 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.87 |
| HSL | 20.69º | 0.83% | 0.07% | - |
| HSV(B) | 20.69º | 0.91% | 0.13% | - |
| XYZ | 0.76 | 0.6 | 0.16 | - |
| YUV | 17.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 3 | 0 | 0.59 | 0.91 | 0.87 | 20.69 | 0.83 | 0.07 |
| Hex | 20 | D | 3 | 0 | 3B | 5B | 57 | 15 | 53 | 7 |
| Octal | 40 | 15 | 3 | 0 | 73 | 133 | 127 | 25 | 123 | 7 |
| Binary | 100000 | 1101 | 11 | 0 | 111011 | 1011011 | 1010111 | 10101 | 1010011 | 111 |
Color Harmonies of #200D03
Complementary color
Monochromatic Colors of #200D03
Black with #200D03
Text Example
Text Example
White with #200D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D03; }
p { color: rgb(32,13,3); }
H1.HeaderClassName
{
color: #200D03;
}
.AnyTagClassName
{
color: #200D03;
}
</style>
background-color css
<style>
a { background-color: #200D03; }
a { background-color: rgb(32,13,3); }
div.DivClassName
{
background-color: #200D03;
}
.BgClassName
{
background-color: #200D03;
}
</style>
border-color css
<style>
span { border-color: #200D03; }
span { border-color: rgb(32,13,3); }
td.TdClassName
{
border-color: #200D03;
}
.TagClassName
{
border-color: #200D03;
}
</style>