Shades of Seal Brown #500201
Tints of Seal Brown #500201
RGB
CMYK
RGB Variations
Color information
#500201 (or 0x500201) is known color: Seal Brown. HEX triplet: 50, 02 and 01. RGB value is (80,2,1). Sum of RGB (Red+Green+Blue) = 80+2+1=83 (10% of max value = 765). Red value is 80 (31.64% from 255 or 96.39% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 80 - color contains mainly: red. Hex color #500201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500201 is #AFFDFE. Grayscale: #191919. Windows color (decimal): -11533823 or 66128. OLE color: 66128.
HSL color Cylindrical-coordinate representation of color #500201: hue angle of 0.76º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500201 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.69 |
| HSL | 0.76º | 0.98% | 0.16% | - |
| HSV(B) | 0.76º | 0.99% | 0.31% | - |
| XYZ | 3.34 | 1.75 | 0.19 | - |
| YUV | 25.21 | 114.34 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 1 | 0 | 0.98 | 0.99 | 0.69 | 0.76 | 0.98 | 0.16 |
| Hex | 50 | 2 | 1 | 0 | 62 | 63 | 45 | 1 | 62 | 10 |
| Octal | 120 | 2 | 1 | 0 | 142 | 143 | 105 | 1 | 142 | 20 |
| Binary | 1010000 | 10 | 1 | 0 | 1100010 | 1100011 | 1000101 | 1 | 1100010 | 10000 |
Color Harmonies of #500201
Complementary color
Monochromatic Colors of #500201
Black with #500201
Text Example
Text Example
White with #500201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500201; }
p { color: rgb(80,2,1); }
H1.HeaderClassName
{
color: #500201;
}
.AnyTagClassName
{
color: #500201;
}
</style>
background-color css
<style>
a { background-color: #500201; }
a { background-color: rgb(80,2,1); }
div.DivClassName
{
background-color: #500201;
}
.BgClassName
{
background-color: #500201;
}
</style>
border-color css
<style>
span { border-color: #500201; }
span { border-color: rgb(80,2,1); }
td.TdClassName
{
border-color: #500201;
}
.TagClassName
{
border-color: #500201;
}
</style>