Shades of Seal Brown #200F05
Tints of Seal Brown #200F05
RGB
CMYK
RGB Variations
Color information
#200F05 (or 0x200F05) is known color: Seal Brown. HEX triplet: 20, 0F and 05. RGB value is (32,15,5). Sum of RGB (Red+Green+Blue) = 32+15+5=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #200F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F05 is #DFF0FA. Grayscale: #131313. Windows color (decimal): -14676219 or 331552. OLE color: 331552.
HSL color Cylindrical-coordinate representation of color #200F05: hue angle of 22.22º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200F05 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 15 | 5 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.87 |
| HSL | 22.22º | 0.73% | 0.07% | - |
| HSV(B) | 22.22º | 0.84% | 0.13% | - |
| XYZ | 0.79 | 0.66 | 0.23 | - |
| YUV | 18.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 5 | 0 | 0.53 | 0.84 | 0.87 | 22.22 | 0.73 | 0.07 |
| Hex | 20 | F | 5 | 0 | 35 | 54 | 57 | 16 | 49 | 7 |
| Octal | 40 | 17 | 5 | 0 | 65 | 124 | 127 | 26 | 111 | 7 |
| Binary | 100000 | 1111 | 101 | 0 | 110101 | 1010100 | 1010111 | 10110 | 1001001 | 111 |
Color Harmonies of #200F05
Complementary color
Monochromatic Colors of #200F05
Black with #200F05
Text Example
Text Example
White with #200F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F05; }
p { color: rgb(32,15,5); }
H1.HeaderClassName
{
color: #200F05;
}
.AnyTagClassName
{
color: #200F05;
}
</style>
background-color css
<style>
a { background-color: #200F05; }
a { background-color: rgb(32,15,5); }
div.DivClassName
{
background-color: #200F05;
}
.BgClassName
{
background-color: #200F05;
}
</style>
border-color css
<style>
span { border-color: #200F05; }
span { border-color: rgb(32,15,5); }
td.TdClassName
{
border-color: #200F05;
}
.TagClassName
{
border-color: #200F05;
}
</style>