Shades of Seal Brown #200301
Tints of Seal Brown #200301
RGB
CMYK
RGB Variations
Color information
#200301 (or 0x200301) is known color: Seal Brown. HEX triplet: 20, 03 and 01. RGB value is (32,3,1). Sum of RGB (Red+Green+Blue) = 32+3+1=36 (4% of max value = 765). Red value is 32 (12.89% from 255 or 88.89% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 32 - color contains mainly: red. Hex color #200301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200301 is #DFFCFE. Grayscale: #0B0B0B. Windows color (decimal): -14679295 or 66336. OLE color: 66336.
HSL color Cylindrical-coordinate representation of color #200301: hue angle of 3.87º 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 #200301 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 3 | 1 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.87 |
| HSL | 3.87º | 0.94% | 0.06% | - |
| HSV(B) | 3.87º | 0.97% | 0.13% | - |
| XYZ | 0.63 | 0.37 | 0.07 | - |
| YUV | 11.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 1 | 0 | 0.91 | 0.97 | 0.87 | 3.87 | 0.94 | 0.06 |
| Hex | 20 | 3 | 1 | 0 | 5B | 61 | 57 | 4 | 5E | 6 |
| Octal | 40 | 3 | 1 | 0 | 133 | 141 | 127 | 4 | 136 | 6 |
| Binary | 100000 | 11 | 1 | 0 | 1011011 | 1100001 | 1010111 | 100 | 1011110 | 110 |
Color Harmonies of #200301
Complementary color
Monochromatic Colors of #200301
Black with #200301
Text Example
Text Example
White with #200301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200301; }
p { color: rgb(32,3,1); }
H1.HeaderClassName
{
color: #200301;
}
.AnyTagClassName
{
color: #200301;
}
</style>
background-color css
<style>
a { background-color: #200301; }
a { background-color: rgb(32,3,1); }
div.DivClassName
{
background-color: #200301;
}
.BgClassName
{
background-color: #200301;
}
</style>
border-color css
<style>
span { border-color: #200301; }
span { border-color: rgb(32,3,1); }
td.TdClassName
{
border-color: #200301;
}
.TagClassName
{
border-color: #200301;
}
</style>