Shades of Seal Brown #200E0B
Tints of Seal Brown #200E0B
RGB
CMYK
RGB Variations
Color information
#200E0B (or 0x200E0B) is known color: Seal Brown. HEX triplet: 20, 0E and 0B. RGB value is (32,14,11). Sum of RGB (Red+Green+Blue) = 32+14+11=57 (7% of max value = 765). Red value is 32 (12.89% from 255 or 56.14% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 32 - color contains mainly: red. Hex color #200E0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E0B is #DFF1F4. Grayscale: #131313. Windows color (decimal): -14676469 or 724512. OLE color: 724512.
HSL color Cylindrical-coordinate representation of color #200E0B: hue angle of 8.57º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #200E0B is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 14 | 11 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.87 |
| HSL | 8.57º | 0.49% | 0.08% | - |
| HSV(B) | 8.57º | 0.66% | 0.13% | - |
| XYZ | 0.81 | 0.65 | 0.4 | - |
| YUV | 19.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 11 | 0 | 0.56 | 0.66 | 0.87 | 8.57 | 0.49 | 0.08 |
| Hex | 20 | E | B | 0 | 38 | 42 | 57 | 9 | 31 | 8 |
| Octal | 40 | 16 | 13 | 0 | 70 | 102 | 127 | 11 | 61 | 10 |
| Binary | 100000 | 1110 | 1011 | 0 | 111000 | 1000010 | 1010111 | 1001 | 110001 | 1000 |
Color Harmonies of #200E0B
Complementary color
Monochromatic Colors of #200E0B
Black with #200E0B
Text Example
Text Example
White with #200E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E0B; }
p { color: rgb(32,14,11); }
H1.HeaderClassName
{
color: #200E0B;
}
.AnyTagClassName
{
color: #200E0B;
}
</style>
background-color css
<style>
a { background-color: #200E0B; }
a { background-color: rgb(32,14,11); }
div.DivClassName
{
background-color: #200E0B;
}
.BgClassName
{
background-color: #200E0B;
}
</style>
border-color css
<style>
span { border-color: #200E0B; }
span { border-color: rgb(32,14,11); }
td.TdClassName
{
border-color: #200E0B;
}
.TagClassName
{
border-color: #200E0B;
}
</style>