Shades of Seal Brown #200702
Tints of Seal Brown #200702
RGB
CMYK
RGB Variations
Color information
#200702 (or 0x200702) is known color: Seal Brown. HEX triplet: 20, 07 and 02. RGB value is (32,7,2). Sum of RGB (Red+Green+Blue) = 32+7+2=41 (5% of max value = 765). Red value is 32 (12.89% from 255 or 78.05% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 32 - color contains mainly: red. Hex color #200702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200702 is #DFF8FD. Grayscale: #0D0D0D. Windows color (decimal): -14678270 or 132896. OLE color: 132896.
HSL color Cylindrical-coordinate representation of color #200702: hue angle of 10º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200702 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 7 | 2 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.87 |
| HSL | 10º | 0.88% | 0.07% | - |
| HSV(B) | 10º | 0.94% | 0.13% | - |
| XYZ | 0.68 | 0.46 | 0.11 | - |
| YUV | 13.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 2 | 0 | 0.78 | 0.94 | 0.87 | 10 | 0.88 | 0.07 |
| Hex | 20 | 7 | 2 | 0 | 4E | 5E | 57 | A | 58 | 7 |
| Octal | 40 | 7 | 2 | 0 | 116 | 136 | 127 | 12 | 130 | 7 |
| Binary | 100000 | 111 | 10 | 0 | 1001110 | 1011110 | 1010111 | 1010 | 1011000 | 111 |
Color Harmonies of #200702
Complementary color
Monochromatic Colors of #200702
Black with #200702
Text Example
Text Example
White with #200702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200702; }
p { color: rgb(32,7,2); }
H1.HeaderClassName
{
color: #200702;
}
.AnyTagClassName
{
color: #200702;
}
</style>
background-color css
<style>
a { background-color: #200702; }
a { background-color: rgb(32,7,2); }
div.DivClassName
{
background-color: #200702;
}
.BgClassName
{
background-color: #200702;
}
</style>
border-color css
<style>
span { border-color: #200702; }
span { border-color: rgb(32,7,2); }
td.TdClassName
{
border-color: #200702;
}
.TagClassName
{
border-color: #200702;
}
</style>