Shades of Seal Brown #200E06
Tints of Seal Brown #200E06
RGB
CMYK
RGB Variations
Color information
#200E06 (or 0x200E06) is known color: Seal Brown. HEX triplet: 20, 0E and 06. RGB value is (32,14,6). Sum of RGB (Red+Green+Blue) = 32+14+6=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 6 (2.73% from 255 or 11.54% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #200E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E06 is #DFF1F9. Grayscale: #121212. Windows color (decimal): -14676474 or 396832. OLE color: 396832.
HSL color Cylindrical-coordinate representation of color #200E06: hue angle of 18.46º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #200E06 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 14 | 6 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.87 |
| HSL | 18.46º | 0.68% | 0.07% | - |
| HSV(B) | 18.46º | 0.81% | 0.13% | - |
| XYZ | 0.79 | 0.63 | 0.25 | - |
| YUV | 18.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 6 | 0 | 0.56 | 0.81 | 0.87 | 18.46 | 0.68 | 0.07 |
| Hex | 20 | E | 6 | 0 | 38 | 51 | 57 | 12 | 44 | 7 |
| Octal | 40 | 16 | 6 | 0 | 70 | 121 | 127 | 22 | 104 | 7 |
| Binary | 100000 | 1110 | 110 | 0 | 111000 | 1010001 | 1010111 | 10010 | 1000100 | 111 |
Color Harmonies of #200E06
Complementary color
Monochromatic Colors of #200E06
Black with #200E06
Text Example
Text Example
White with #200E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E06; }
p { color: rgb(32,14,6); }
H1.HeaderClassName
{
color: #200E06;
}
.AnyTagClassName
{
color: #200E06;
}
</style>
background-color css
<style>
a { background-color: #200E06; }
a { background-color: rgb(32,14,6); }
div.DivClassName
{
background-color: #200E06;
}
.BgClassName
{
background-color: #200E06;
}
</style>
border-color css
<style>
span { border-color: #200E06; }
span { border-color: rgb(32,14,6); }
td.TdClassName
{
border-color: #200E06;
}
.TagClassName
{
border-color: #200E06;
}
</style>