Shades of Seal Brown #200C08
Tints of Seal Brown #200C08
RGB
CMYK
RGB Variations
Color information
#200C08 (or 0x200C08) is known color: Seal Brown. HEX triplet: 20, 0C and 08. RGB value is (32,12,8). Sum of RGB (Red+Green+Blue) = 32+12+8=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 8 (3.52% from 255 or 15.38% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #200C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C08 is #DFF3F7. Grayscale: #111111. Windows color (decimal): -14676984 or 527392. OLE color: 527392.
HSL color Cylindrical-coordinate representation of color #200C08: hue angle of 10º 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 #200C08 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 12 | 8 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.87 |
| HSL | 10º | 0.6% | 0.08% | - |
| HSV(B) | 10º | 0.75% | 0.13% | - |
| XYZ | 0.77 | 0.59 | 0.3 | - |
| YUV | 17.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 8 | 0 | 0.63 | 0.75 | 0.87 | 10 | 0.6 | 0.08 |
| Hex | 20 | C | 8 | 0 | 3F | 4B | 57 | A | 3C | 8 |
| Octal | 40 | 14 | 10 | 0 | 77 | 113 | 127 | 12 | 74 | 10 |
| Binary | 100000 | 1100 | 1000 | 0 | 111111 | 1001011 | 1010111 | 1010 | 111100 | 1000 |
Color Harmonies of #200C08
Complementary color
Monochromatic Colors of #200C08
Black with #200C08
Text Example
Text Example
White with #200C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C08; }
p { color: rgb(32,12,8); }
H1.HeaderClassName
{
color: #200C08;
}
.AnyTagClassName
{
color: #200C08;
}
</style>
background-color css
<style>
a { background-color: #200C08; }
a { background-color: rgb(32,12,8); }
div.DivClassName
{
background-color: #200C08;
}
.BgClassName
{
background-color: #200C08;
}
</style>
border-color css
<style>
span { border-color: #200C08; }
span { border-color: rgb(32,12,8); }
td.TdClassName
{
border-color: #200C08;
}
.TagClassName
{
border-color: #200C08;
}
</style>