Shades of Seal Brown #200D07
Tints of Seal Brown #200D07
RGB
CMYK
RGB Variations
Color information
#200D07 (or 0x200D07) is known color: Seal Brown. HEX triplet: 20, 0D and 07. RGB value is (32,13,7). Sum of RGB (Red+Green+Blue) = 32+13+7=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 7 (3.12% from 255 or 13.46% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #200D07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D07 is #DFF2F8. Grayscale: #121212. Windows color (decimal): -14676729 or 462112. OLE color: 462112.
HSL color Cylindrical-coordinate representation of color #200D07: hue angle of 14.4º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #200D07 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 13 | 7 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.87 |
| HSL | 14.4º | 0.64% | 0.08% | - |
| HSV(B) | 14.4º | 0.78% | 0.13% | - |
| XYZ | 0.78 | 0.61 | 0.28 | - |
| YUV | 18 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 7 | 0 | 0.59 | 0.78 | 0.87 | 14.4 | 0.64 | 0.08 |
| Hex | 20 | D | 7 | 0 | 3B | 4E | 57 | E | 40 | 8 |
| Octal | 40 | 15 | 7 | 0 | 73 | 116 | 127 | 16 | 100 | 10 |
| Binary | 100000 | 1101 | 111 | 0 | 111011 | 1001110 | 1010111 | 1110 | 1000000 | 1000 |
Color Harmonies of #200D07
Complementary color
Monochromatic Colors of #200D07
Black with #200D07
Text Example
Text Example
White with #200D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D07; }
p { color: rgb(32,13,7); }
H1.HeaderClassName
{
color: #200D07;
}
.AnyTagClassName
{
color: #200D07;
}
</style>
background-color css
<style>
a { background-color: #200D07; }
a { background-color: rgb(32,13,7); }
div.DivClassName
{
background-color: #200D07;
}
.BgClassName
{
background-color: #200D07;
}
</style>
border-color css
<style>
span { border-color: #200D07; }
span { border-color: rgb(32,13,7); }
td.TdClassName
{
border-color: #200D07;
}
.TagClassName
{
border-color: #200D07;
}
</style>