Shades of Seal Brown #200E03
Tints of Seal Brown #200E03
RGB
CMYK
RGB Variations
Color information
#200E03 (or 0x200E03) is known color: Seal Brown. HEX triplet: 20, 0E and 03. RGB value is (32,14,3). Sum of RGB (Red+Green+Blue) = 32+14+3=49 (6% of max value = 765). Red value is 32 (12.89% from 255 or 65.31% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 3 (1.56% from 255 or 6.12% from 49); Max value from RGB is 32 - color contains mainly: red. Hex color #200E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E03 is #DFF1FC. Grayscale: #121212. Windows color (decimal): -14676477 or 200224. OLE color: 200224.
HSL color Cylindrical-coordinate representation of color #200E03: hue angle of 22.76º 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 #200E03 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 14 | 3 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.87 |
| HSL | 22.76º | 0.83% | 0.07% | - |
| HSV(B) | 22.76º | 0.91% | 0.13% | - |
| XYZ | 0.77 | 0.63 | 0.17 | - |
| YUV | 18.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 3 | 0 | 0.56 | 0.91 | 0.87 | 22.76 | 0.83 | 0.07 |
| Hex | 20 | E | 3 | 0 | 38 | 5B | 57 | 17 | 53 | 7 |
| Octal | 40 | 16 | 3 | 0 | 70 | 133 | 127 | 27 | 123 | 7 |
| Binary | 100000 | 1110 | 11 | 0 | 111000 | 1011011 | 1010111 | 10111 | 1010011 | 111 |
Color Harmonies of #200E03
Complementary color
Monochromatic Colors of #200E03
Black with #200E03
Text Example
Text Example
White with #200E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E03; }
p { color: rgb(32,14,3); }
H1.HeaderClassName
{
color: #200E03;
}
.AnyTagClassName
{
color: #200E03;
}
</style>
background-color css
<style>
a { background-color: #200E03; }
a { background-color: rgb(32,14,3); }
div.DivClassName
{
background-color: #200E03;
}
.BgClassName
{
background-color: #200E03;
}
</style>
border-color css
<style>
span { border-color: #200E03; }
span { border-color: rgb(32,14,3); }
td.TdClassName
{
border-color: #200E03;
}
.TagClassName
{
border-color: #200E03;
}
</style>