Shades of Seal Brown #500300
Tints of Seal Brown #500300
RGB
CMYK
RGB Variations
Color information
#500300 (or 0x500300) is known color: Seal Brown. HEX triplet: 50, 03 and 00. RGB value is (80,3,0). Sum of RGB (Red+Green+Blue) = 80+3+0=83 (10% of max value = 765). Red value is 80 (31.64% from 255 or 96.39% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 80 - color contains mainly: red. Hex color #500300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500300 is #AFFCFF. Grayscale: #191919. Windows color (decimal): -11533568 or 848. OLE color: 848.
HSL color Cylindrical-coordinate representation of color #500300: hue angle of 2.25º 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 #500300 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 3 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.69 |
| HSL | 2.25º | 1% | 0.16% | - |
| HSV(B) | 2.25º | 1% | 0.31% | - |
| XYZ | 3.34 | 1.77 | 0.17 | - |
| YUV | 25.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 0 | 0 | 0.96 | 1 | 0.69 | 2.25 | 1 | 0.16 |
| Hex | 50 | 3 | 0 | 0 | 60 | 64 | 45 | 2 | 64 | 10 |
| Octal | 120 | 3 | 0 | 0 | 140 | 144 | 105 | 2 | 144 | 20 |
| Binary | 1010000 | 11 | 0 | 0 | 1100000 | 1100100 | 1000101 | 10 | 1100100 | 10000 |
Color Harmonies of #500300
Complementary color
Monochromatic Colors of #500300
Black with #500300
Text Example
Text Example
White with #500300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500300; }
p { color: rgb(80,3,0); }
H1.HeaderClassName
{
color: #500300;
}
.AnyTagClassName
{
color: #500300;
}
</style>
background-color css
<style>
a { background-color: #500300; }
a { background-color: rgb(80,3,0); }
div.DivClassName
{
background-color: #500300;
}
.BgClassName
{
background-color: #500300;
}
</style>
border-color css
<style>
span { border-color: #500300; }
span { border-color: rgb(80,3,0); }
td.TdClassName
{
border-color: #500300;
}
.TagClassName
{
border-color: #500300;
}
</style>