Shades of Seal Brown #500801
Tints of Seal Brown #500801
RGB
CMYK
RGB Variations
Color information
#500801 (or 0x500801) is known color: Seal Brown. HEX triplet: 50, 08 and 01. RGB value is (80,8,1). Sum of RGB (Red+Green+Blue) = 80+8+1=89 (11% of max value = 765). Red value is 80 (31.64% from 255 or 89.89% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 80 - color contains mainly: red. Hex color #500801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500801 is #AFF7FE. Grayscale: #1C1C1C. Windows color (decimal): -11532287 or 67664. OLE color: 67664.
HSL color Cylindrical-coordinate representation of color #500801: hue angle of 5.32º 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 #500801 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 1 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.69 |
| HSL | 5.32º | 0.98% | 0.16% | - |
| HSV(B) | 5.32º | 0.99% | 0.31% | - |
| XYZ | 3.4 | 1.88 | 0.21 | - |
| YUV | 28.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 1 | 0 | 0.90 | 0.99 | 0.69 | 5.32 | 0.98 | 0.16 |
| Hex | 50 | 8 | 1 | 0 | 5A | 63 | 45 | 5 | 62 | 10 |
| Octal | 120 | 10 | 1 | 0 | 132 | 143 | 105 | 5 | 142 | 20 |
| Binary | 1010000 | 1000 | 1 | 0 | 1011010 | 1100011 | 1000101 | 101 | 1100010 | 10000 |
Color Harmonies of #500801
Complementary color
Monochromatic Colors of #500801
Black with #500801
Text Example
Text Example
White with #500801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500801; }
p { color: rgb(80,8,1); }
H1.HeaderClassName
{
color: #500801;
}
.AnyTagClassName
{
color: #500801;
}
</style>
background-color css
<style>
a { background-color: #500801; }
a { background-color: rgb(80,8,1); }
div.DivClassName
{
background-color: #500801;
}
.BgClassName
{
background-color: #500801;
}
</style>
border-color css
<style>
span { border-color: #500801; }
span { border-color: rgb(80,8,1); }
td.TdClassName
{
border-color: #500801;
}
.TagClassName
{
border-color: #500801;
}
</style>