Shades of Seal Brown #500301
Tints of Seal Brown #500301
RGB
CMYK
RGB Variations
Color information
#500301 (or 0x500301) is known color: Seal Brown. HEX triplet: 50, 03 and 01. RGB value is (80,3,1). Sum of RGB (Red+Green+Blue) = 80+3+1=84 (11% of max value = 765). Red value is 80 (31.64% from 255 or 95.24% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 80 - color contains mainly: red. Hex color #500301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500301 is #AFFCFE. Grayscale: #191919. Windows color (decimal): -11533567 or 66384. OLE color: 66384.
HSL color Cylindrical-coordinate representation of color #500301: hue angle of 1.52º 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 #500301 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 3 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.69 |
| HSL | 1.52º | 0.98% | 0.16% | - |
| HSV(B) | 1.52º | 0.99% | 0.31% | - |
| XYZ | 3.35 | 1.77 | 0.19 | - |
| YUV | 25.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 1 | 0 | 0.96 | 0.99 | 0.69 | 1.52 | 0.98 | 0.16 |
| Hex | 50 | 3 | 1 | 0 | 60 | 63 | 45 | 2 | 62 | 10 |
| Octal | 120 | 3 | 1 | 0 | 140 | 143 | 105 | 2 | 142 | 20 |
| Binary | 1010000 | 11 | 1 | 0 | 1100000 | 1100011 | 1000101 | 10 | 1100010 | 10000 |
Color Harmonies of #500301
Complementary color
Monochromatic Colors of #500301
Black with #500301
Text Example
Text Example
White with #500301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500301; }
p { color: rgb(80,3,1); }
H1.HeaderClassName
{
color: #500301;
}
.AnyTagClassName
{
color: #500301;
}
</style>
background-color css
<style>
a { background-color: #500301; }
a { background-color: rgb(80,3,1); }
div.DivClassName
{
background-color: #500301;
}
.BgClassName
{
background-color: #500301;
}
</style>
border-color css
<style>
span { border-color: #500301; }
span { border-color: rgb(80,3,1); }
td.TdClassName
{
border-color: #500301;
}
.TagClassName
{
border-color: #500301;
}
</style>