Shades of Seal Brown #200D0B
Tints of Seal Brown #200D0B
RGB
CMYK
RGB Variations
Color information
#200D0B (or 0x200D0B) is known color: Seal Brown. HEX triplet: 20, 0D and 0B. RGB value is (32,13,11). Sum of RGB (Red+Green+Blue) = 32+13+11=56 (7% of max value = 765). Red value is 32 (12.89% from 255 or 57.14% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 32 - color contains mainly: red. Hex color #200D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D0B is #DFF2F4. Grayscale: #121212. Windows color (decimal): -14676725 or 724256. OLE color: 724256.
HSL color Cylindrical-coordinate representation of color #200D0B: hue angle of 5.71º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #200D0B is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 13 | 11 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.87 |
| HSL | 5.71º | 0.49% | 0.08% | - |
| HSV(B) | 5.71º | 0.66% | 0.13% | - |
| XYZ | 0.8 | 0.62 | 0.39 | - |
| YUV | 18.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 11 | 0 | 0.59 | 0.66 | 0.87 | 5.71 | 0.49 | 0.08 |
| Hex | 20 | D | B | 0 | 3B | 42 | 57 | 6 | 31 | 8 |
| Octal | 40 | 15 | 13 | 0 | 73 | 102 | 127 | 6 | 61 | 10 |
| Binary | 100000 | 1101 | 1011 | 0 | 111011 | 1000010 | 1010111 | 110 | 110001 | 1000 |
Color Harmonies of #200D0B
Complementary color
Monochromatic Colors of #200D0B
Black with #200D0B
Text Example
Text Example
White with #200D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D0B; }
p { color: rgb(32,13,11); }
H1.HeaderClassName
{
color: #200D0B;
}
.AnyTagClassName
{
color: #200D0B;
}
</style>
background-color css
<style>
a { background-color: #200D0B; }
a { background-color: rgb(32,13,11); }
div.DivClassName
{
background-color: #200D0B;
}
.BgClassName
{
background-color: #200D0B;
}
</style>
border-color css
<style>
span { border-color: #200D0B; }
span { border-color: rgb(32,13,11); }
td.TdClassName
{
border-color: #200D0B;
}
.TagClassName
{
border-color: #200D0B;
}
</style>