Shades of Seal Brown #500401
Tints of Seal Brown #500401
RGB
CMYK
RGB Variations
Color information
#500401 (or 0x500401) is known color: Seal Brown. HEX triplet: 50, 04 and 01. RGB value is (80,4,1). Sum of RGB (Red+Green+Blue) = 80+4+1=85 (11% of max value = 765). Red value is 80 (31.64% from 255 or 94.12% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 80 - color contains mainly: red. Hex color #500401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500401 is #AFFBFE. Grayscale: #1A1A1A. Windows color (decimal): -11533311 or 66640. OLE color: 66640.
HSL color Cylindrical-coordinate representation of color #500401: hue angle of 2.28º 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 #500401 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 4 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.69 |
| HSL | 2.28º | 0.98% | 0.16% | - |
| HSV(B) | 2.28º | 0.99% | 0.31% | - |
| XYZ | 3.36 | 1.79 | 0.2 | - |
| YUV | 26.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 1 | 0 | 0.95 | 0.99 | 0.69 | 2.28 | 0.98 | 0.16 |
| Hex | 50 | 4 | 1 | 0 | 5F | 63 | 45 | 2 | 62 | 10 |
| Octal | 120 | 4 | 1 | 0 | 137 | 143 | 105 | 2 | 142 | 20 |
| Binary | 1010000 | 100 | 1 | 0 | 1011111 | 1100011 | 1000101 | 10 | 1100010 | 10000 |
Color Harmonies of #500401
Complementary color
Monochromatic Colors of #500401
Black with #500401
Text Example
Text Example
White with #500401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500401; }
p { color: rgb(80,4,1); }
H1.HeaderClassName
{
color: #500401;
}
.AnyTagClassName
{
color: #500401;
}
</style>
background-color css
<style>
a { background-color: #500401; }
a { background-color: rgb(80,4,1); }
div.DivClassName
{
background-color: #500401;
}
.BgClassName
{
background-color: #500401;
}
</style>
border-color css
<style>
span { border-color: #500401; }
span { border-color: rgb(80,4,1); }
td.TdClassName
{
border-color: #500401;
}
.TagClassName
{
border-color: #500401;
}
</style>