Shades of Seal Brown #200C09
Tints of Seal Brown #200C09
RGB
CMYK
RGB Variations
Color information
#200C09 (or 0x200C09) is known color: Seal Brown. HEX triplet: 20, 0C and 09. RGB value is (32,12,9). Sum of RGB (Red+Green+Blue) = 32+12+9=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #200C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C09 is #DFF3F6. Grayscale: #111111. Windows color (decimal): -14676983 or 592928. OLE color: 592928.
HSL color Cylindrical-coordinate representation of color #200C09: hue angle of 7.83º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #200C09 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 12 | 9 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.87 |
| HSL | 7.83º | 0.56% | 0.08% | - |
| HSV(B) | 7.83º | 0.72% | 0.13% | - |
| XYZ | 0.78 | 0.59 | 0.33 | - |
| YUV | 17.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 9 | 0 | 0.63 | 0.72 | 0.87 | 7.83 | 0.56 | 0.08 |
| Hex | 20 | C | 9 | 0 | 3F | 48 | 57 | 8 | 38 | 8 |
| Octal | 40 | 14 | 11 | 0 | 77 | 110 | 127 | 10 | 70 | 10 |
| Binary | 100000 | 1100 | 1001 | 0 | 111111 | 1001000 | 1010111 | 1000 | 111000 | 1000 |
Color Harmonies of #200C09
Complementary color
Monochromatic Colors of #200C09
Black with #200C09
Text Example
Text Example
White with #200C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C09; }
p { color: rgb(32,12,9); }
H1.HeaderClassName
{
color: #200C09;
}
.AnyTagClassName
{
color: #200C09;
}
</style>
background-color css
<style>
a { background-color: #200C09; }
a { background-color: rgb(32,12,9); }
div.DivClassName
{
background-color: #200C09;
}
.BgClassName
{
background-color: #200C09;
}
</style>
border-color css
<style>
span { border-color: #200C09; }
span { border-color: rgb(32,12,9); }
td.TdClassName
{
border-color: #200C09;
}
.TagClassName
{
border-color: #200C09;
}
</style>