Shades of Seal Brown #500100
Tints of Seal Brown #500100
RGB
CMYK
RGB Variations
Color information
#500100 (or 0x500100) is known color: Seal Brown. HEX triplet: 50, 01 and 00. RGB value is (80,1,0). Sum of RGB (Red+Green+Blue) = 80+1+0=81 (10% of max value = 765). Red value is 80 (31.64% from 255 or 98.77% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 80 - color contains mainly: red. Hex color #500100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500100 is #AFFEFF. Grayscale: #181818. Windows color (decimal): -11534080 or 336. OLE color: 336.
HSL color Cylindrical-coordinate representation of color #500100: hue angle of 0.75º 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 #500100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.69 |
| HSL | 0.75º | 1% | 0.16% | - |
| HSV(B) | 0.75º | 1% | 0.31% | - |
| XYZ | 3.32 | 1.73 | 0.16 | - |
| YUV | 24.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 0 | 0 | 0.99 | 1 | 0.69 | 0.75 | 1 | 0.16 |
| Hex | 50 | 1 | 0 | 0 | 63 | 64 | 45 | 1 | 64 | 10 |
| Octal | 120 | 1 | 0 | 0 | 143 | 144 | 105 | 1 | 144 | 20 |
| Binary | 1010000 | 1 | 0 | 0 | 1100011 | 1100100 | 1000101 | 1 | 1100100 | 10000 |
Color Harmonies of #500100
Complementary color
Monochromatic Colors of #500100
Black with #500100
Text Example
Text Example
White with #500100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500100; }
p { color: rgb(80,1,0); }
H1.HeaderClassName
{
color: #500100;
}
.AnyTagClassName
{
color: #500100;
}
</style>
background-color css
<style>
a { background-color: #500100; }
a { background-color: rgb(80,1,0); }
div.DivClassName
{
background-color: #500100;
}
.BgClassName
{
background-color: #500100;
}
</style>
border-color css
<style>
span { border-color: #500100; }
span { border-color: rgb(80,1,0); }
td.TdClassName
{
border-color: #500100;
}
.TagClassName
{
border-color: #500100;
}
</style>