Shades of Seal Brown #200F08
Tints of Seal Brown #200F08
RGB
CMYK
RGB Variations
Color information
#200F08 (or 0x200F08) is known color: Seal Brown. HEX triplet: 20, 0F and 08. RGB value is (32,15,8). Sum of RGB (Red+Green+Blue) = 32+15+8=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #200F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F08 is #DFF0F7. Grayscale: #131313. Windows color (decimal): -14676216 or 528160. OLE color: 528160.
HSL color Cylindrical-coordinate representation of color #200F08: hue angle of 17.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #200F08 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 15 | 8 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.87 |
| HSL | 17.5º | 0.6% | 0.08% | - |
| HSV(B) | 17.5º | 0.75% | 0.13% | - |
| XYZ | 0.81 | 0.67 | 0.32 | - |
| YUV | 19.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 8 | 0 | 0.53 | 0.75 | 0.87 | 17.5 | 0.6 | 0.08 |
| Hex | 20 | F | 8 | 0 | 35 | 4B | 57 | 12 | 3C | 8 |
| Octal | 40 | 17 | 10 | 0 | 65 | 113 | 127 | 22 | 74 | 10 |
| Binary | 100000 | 1111 | 1000 | 0 | 110101 | 1001011 | 1010111 | 10010 | 111100 | 1000 |
Color Harmonies of #200F08
Complementary color
Monochromatic Colors of #200F08
Black with #200F08
Text Example
Text Example
White with #200F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F08; }
p { color: rgb(32,15,8); }
H1.HeaderClassName
{
color: #200F08;
}
.AnyTagClassName
{
color: #200F08;
}
</style>
background-color css
<style>
a { background-color: #200F08; }
a { background-color: rgb(32,15,8); }
div.DivClassName
{
background-color: #200F08;
}
.BgClassName
{
background-color: #200F08;
}
</style>
border-color css
<style>
span { border-color: #200F08; }
span { border-color: rgb(32,15,8); }
td.TdClassName
{
border-color: #200F08;
}
.TagClassName
{
border-color: #200F08;
}
</style>