Shades of Seal Brown #200403
Tints of Seal Brown #200403
RGB
CMYK
RGB Variations
Color information
#200403 (or 0x200403) is known color: Seal Brown. HEX triplet: 20, 04 and 03. RGB value is (32,4,3). Sum of RGB (Red+Green+Blue) = 32+4+3=39 (5% of max value = 765). Red value is 32 (12.89% from 255 or 82.05% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 3 (1.56% from 255 or 7.69% from 39); Max value from RGB is 32 - color contains mainly: red. Hex color #200403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200403 is #DFFBFC. Grayscale: #0C0C0C. Windows color (decimal): -14679037 or 197664. OLE color: 197664.
HSL color Cylindrical-coordinate representation of color #200403: hue angle of 2.07º 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 #200403 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 4 | 3 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.87 |
| HSL | 2.07º | 0.83% | 0.07% | - |
| HSV(B) | 2.07º | 0.91% | 0.13% | - |
| XYZ | 0.66 | 0.4 | 0.13 | - |
| YUV | 12.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 3 | 0 | 0.87 | 0.91 | 0.87 | 2.07 | 0.83 | 0.07 |
| Hex | 20 | 4 | 3 | 0 | 57 | 5B | 57 | 2 | 53 | 7 |
| Octal | 40 | 4 | 3 | 0 | 127 | 133 | 127 | 2 | 123 | 7 |
| Binary | 100000 | 100 | 11 | 0 | 1010111 | 1011011 | 1010111 | 10 | 1010011 | 111 |
Color Harmonies of #200403
Complementary color
Monochromatic Colors of #200403
Black with #200403
Text Example
Text Example
White with #200403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200403; }
p { color: rgb(32,4,3); }
H1.HeaderClassName
{
color: #200403;
}
.AnyTagClassName
{
color: #200403;
}
</style>
background-color css
<style>
a { background-color: #200403; }
a { background-color: rgb(32,4,3); }
div.DivClassName
{
background-color: #200403;
}
.BgClassName
{
background-color: #200403;
}
</style>
border-color css
<style>
span { border-color: #200403; }
span { border-color: rgb(32,4,3); }
td.TdClassName
{
border-color: #200403;
}
.TagClassName
{
border-color: #200403;
}
</style>