Shades of Seal Brown #500701
Tints of Seal Brown #500701
RGB
CMYK
RGB Variations
Color information
#500701 (or 0x500701) is known color: Seal Brown. HEX triplet: 50, 07 and 01. RGB value is (80,7,1). Sum of RGB (Red+Green+Blue) = 80+7+1=88 (11% of max value = 765). Red value is 80 (31.64% from 255 or 90.91% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 80 - color contains mainly: red. Hex color #500701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500701 is #AFF8FE. Grayscale: #1C1C1C. Windows color (decimal): -11532543 or 67408. OLE color: 67408.
HSL color Cylindrical-coordinate representation of color #500701: hue angle of 4.56º 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 #500701 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.69 |
| HSL | 4.56º | 0.98% | 0.16% | - |
| HSV(B) | 4.56º | 0.99% | 0.31% | - |
| XYZ | 3.39 | 1.86 | 0.21 | - |
| YUV | 28.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 1 | 0 | 0.91 | 0.99 | 0.69 | 4.56 | 0.98 | 0.16 |
| Hex | 50 | 7 | 1 | 0 | 5B | 63 | 45 | 5 | 62 | 10 |
| Octal | 120 | 7 | 1 | 0 | 133 | 143 | 105 | 5 | 142 | 20 |
| Binary | 1010000 | 111 | 1 | 0 | 1011011 | 1100011 | 1000101 | 101 | 1100010 | 10000 |
Color Harmonies of #500701
Complementary color
Monochromatic Colors of #500701
Black with #500701
Text Example
Text Example
White with #500701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500701; }
p { color: rgb(80,7,1); }
H1.HeaderClassName
{
color: #500701;
}
.AnyTagClassName
{
color: #500701;
}
</style>
background-color css
<style>
a { background-color: #500701; }
a { background-color: rgb(80,7,1); }
div.DivClassName
{
background-color: #500701;
}
.BgClassName
{
background-color: #500701;
}
</style>
border-color css
<style>
span { border-color: #500701; }
span { border-color: rgb(80,7,1); }
td.TdClassName
{
border-color: #500701;
}
.TagClassName
{
border-color: #500701;
}
</style>