Shades of Seal Brown #500200
Tints of Seal Brown #500200
RGB
CMYK
RGB Variations
Color information
#500200 (or 0x500200) is known color: Seal Brown. HEX triplet: 50, 02 and 00. RGB value is (80,2,0). Sum of RGB (Red+Green+Blue) = 80+2+0=82 (10% of max value = 765). Red value is 80 (31.64% from 255 or 97.56% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 80 - color contains mainly: red. Hex color #500200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500200 is #AFFDFF. Grayscale: #191919. Windows color (decimal): -11533824 or 592. OLE color: 592.
HSL color Cylindrical-coordinate representation of color #500200: hue angle of 1.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500200 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.69 |
| HSL | 1.5º | 1% | 0.16% | - |
| HSV(B) | 1.5º | 1% | 0.31% | - |
| XYZ | 3.33 | 1.75 | 0.16 | - |
| YUV | 25.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 0 | 0 | 0.98 | 1 | 0.69 | 1.5 | 1 | 0.16 |
| Hex | 50 | 2 | 0 | 0 | 62 | 64 | 45 | 2 | 64 | 10 |
| Octal | 120 | 2 | 0 | 0 | 142 | 144 | 105 | 2 | 144 | 20 |
| Binary | 1010000 | 10 | 0 | 0 | 1100010 | 1100100 | 1000101 | 10 | 1100100 | 10000 |
Color Harmonies of #500200
Complementary color
Monochromatic Colors of #500200
Black with #500200
Text Example
Text Example
White with #500200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500200; }
p { color: rgb(80,2,0); }
H1.HeaderClassName
{
color: #500200;
}
.AnyTagClassName
{
color: #500200;
}
</style>
background-color css
<style>
a { background-color: #500200; }
a { background-color: rgb(80,2,0); }
div.DivClassName
{
background-color: #500200;
}
.BgClassName
{
background-color: #500200;
}
</style>
border-color css
<style>
span { border-color: #500200; }
span { border-color: rgb(80,2,0); }
td.TdClassName
{
border-color: #500200;
}
.TagClassName
{
border-color: #500200;
}
</style>