Shades of Seal Brown #200E05
Tints of Seal Brown #200E05
RGB
CMYK
RGB Variations
Color information
#200E05 (or 0x200E05) is known color: Seal Brown. HEX triplet: 20, 0E and 05. RGB value is (32,14,5). Sum of RGB (Red+Green+Blue) = 32+14+5=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 5 (2.34% from 255 or 9.80% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #200E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E05 is #DFF1FA. Grayscale: #121212. Windows color (decimal): -14676475 or 331296. OLE color: 331296.
HSL color Cylindrical-coordinate representation of color #200E05: hue angle of 20º 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 #200E05 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 14 | 5 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.87 |
| HSL | 20º | 0.73% | 0.07% | - |
| HSV(B) | 20º | 0.84% | 0.13% | - |
| XYZ | 0.78 | 0.63 | 0.22 | - |
| YUV | 18.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 5 | 0 | 0.56 | 0.84 | 0.87 | 20 | 0.73 | 0.07 |
| Hex | 20 | E | 5 | 0 | 38 | 54 | 57 | 14 | 49 | 7 |
| Octal | 40 | 16 | 5 | 0 | 70 | 124 | 127 | 24 | 111 | 7 |
| Binary | 100000 | 1110 | 101 | 0 | 111000 | 1010100 | 1010111 | 10100 | 1001001 | 111 |
Color Harmonies of #200E05
Complementary color
Monochromatic Colors of #200E05
Black with #200E05
Text Example
Text Example
White with #200E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E05; }
p { color: rgb(32,14,5); }
H1.HeaderClassName
{
color: #200E05;
}
.AnyTagClassName
{
color: #200E05;
}
</style>
background-color css
<style>
a { background-color: #200E05; }
a { background-color: rgb(32,14,5); }
div.DivClassName
{
background-color: #200E05;
}
.BgClassName
{
background-color: #200E05;
}
</style>
border-color css
<style>
span { border-color: #200E05; }
span { border-color: rgb(32,14,5); }
td.TdClassName
{
border-color: #200E05;
}
.TagClassName
{
border-color: #200E05;
}
</style>