Shades of Seal Brown #200802
Tints of Seal Brown #200802
RGB
CMYK
RGB Variations
Color information
#200802 (or 0x200802) is known color: Seal Brown. HEX triplet: 20, 08 and 02. RGB value is (32,8,2). Sum of RGB (Red+Green+Blue) = 32+8+2=42 (5% of max value = 765). Red value is 32 (12.89% from 255 or 76.19% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 32 - color contains mainly: red. Hex color #200802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200802 is #DFF7FD. Grayscale: #0E0E0E. Windows color (decimal): -14678014 or 133152. OLE color: 133152.
HSL color Cylindrical-coordinate representation of color #200802: hue angle of 12º 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 #200802 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 8 | 2 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.87 |
| HSL | 12º | 0.88% | 0.07% | - |
| HSV(B) | 12º | 0.94% | 0.13% | - |
| XYZ | 0.69 | 0.49 | 0.11 | - |
| YUV | 14.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 2 | 0 | 0.75 | 0.94 | 0.87 | 12 | 0.88 | 0.07 |
| Hex | 20 | 8 | 2 | 0 | 4B | 5E | 57 | C | 58 | 7 |
| Octal | 40 | 10 | 2 | 0 | 113 | 136 | 127 | 14 | 130 | 7 |
| Binary | 100000 | 1000 | 10 | 0 | 1001011 | 1011110 | 1010111 | 1100 | 1011000 | 111 |
Color Harmonies of #200802
Complementary color
Monochromatic Colors of #200802
Black with #200802
Text Example
Text Example
White with #200802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200802; }
p { color: rgb(32,8,2); }
H1.HeaderClassName
{
color: #200802;
}
.AnyTagClassName
{
color: #200802;
}
</style>
background-color css
<style>
a { background-color: #200802; }
a { background-color: rgb(32,8,2); }
div.DivClassName
{
background-color: #200802;
}
.BgClassName
{
background-color: #200802;
}
</style>
border-color css
<style>
span { border-color: #200802; }
span { border-color: rgb(32,8,2); }
td.TdClassName
{
border-color: #200802;
}
.TagClassName
{
border-color: #200802;
}
</style>