Shades of Seal Brown #200A04
Tints of Seal Brown #200A04
RGB
CMYK
RGB Variations
Color information
#200A04 (or 0x200A04) is known color: Seal Brown. HEX triplet: 20, 0A and 04. RGB value is (32,10,4). Sum of RGB (Red+Green+Blue) = 32+10+4=46 (6% of max value = 765). Red value is 32 (12.89% from 255 or 69.57% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 32 - color contains mainly: red. Hex color #200A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A04 is #DFF5FB. Grayscale: #0F0F0F. Windows color (decimal): -14677500 or 264736. OLE color: 264736.
HSL color Cylindrical-coordinate representation of color #200A04: hue angle of 12.86º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #200A04 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 10 | 4 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.87 |
| HSL | 12.86º | 0.78% | 0.07% | - |
| HSV(B) | 12.86º | 0.88% | 0.13% | - |
| XYZ | 0.73 | 0.53 | 0.18 | - |
| YUV | 15.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 4 | 0 | 0.69 | 0.87 | 0.87 | 12.86 | 0.78 | 0.07 |
| Hex | 20 | A | 4 | 0 | 45 | 57 | 57 | D | 4E | 7 |
| Octal | 40 | 12 | 4 | 0 | 105 | 127 | 127 | 15 | 116 | 7 |
| Binary | 100000 | 1010 | 100 | 0 | 1000101 | 1010111 | 1010111 | 1101 | 1001110 | 111 |
Color Harmonies of #200A04
Complementary color
Monochromatic Colors of #200A04
Black with #200A04
Text Example
Text Example
White with #200A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A04; }
p { color: rgb(32,10,4); }
H1.HeaderClassName
{
color: #200A04;
}
.AnyTagClassName
{
color: #200A04;
}
</style>
background-color css
<style>
a { background-color: #200A04; }
a { background-color: rgb(32,10,4); }
div.DivClassName
{
background-color: #200A04;
}
.BgClassName
{
background-color: #200A04;
}
</style>
border-color css
<style>
span { border-color: #200A04; }
span { border-color: rgb(32,10,4); }
td.TdClassName
{
border-color: #200A04;
}
.TagClassName
{
border-color: #200A04;
}
</style>